You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > WebSearch Class > WebSearch Properties > ResultsPageSize
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
WebSearch.ResultsPageSize Property

An optional result formatting parameter. If non-zero, then the matching content items' teaser/summary is truncated to the given maximum number of characters - followed by an ellipsis (...). If zero, then the entire teaser/summary will be returned (which might be further filtered by the XSLT).

C#
[Bindable(true)]
[Browsable(true)]
[Category("Ektron")]
[DefaultValue(10)]
[Description("An optional page size setting, defaults to web.config search provider page size).")]
[Personalizable(), WebBrowsable()]
public int ResultsPageSize;
Visual Basic
<Bindable(true)>
<Browsable(true)>
<Category("Ektron")>
<DefaultValue(10)>
<Description("An optional page size setting, defaults to web.config search provider page size).")>
<Personalizable(), WebBrowsable()>
Public Property ResultsPageSize() As Integer
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!