You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > WebSearch Class > WebSearch Properties > MaxTeaserLength
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
WebSearch.MaxTeaserLength 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(256)]
[Description("An optional search-result formatting parameter that limits the length of any returned content items' teaser/summary (or not truncate if set to zero).")]
public int MaxTeaserLength;
Visual Basic
<Bindable(true)>
<Browsable(true)>
<Category("Ektron")>
<DefaultValue(256)>
<Description("An optional search-result formatting parameter that limits the length of any returned content items' teaser/summary (or not truncate if set to zero).")>
Public Property MaxTeaserLength() 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!