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

Determines the display of the search results page.

  • None - databind only
  • ecmNavigation - lists the title of every content item found by the search
  • ecmTeaser - lists the title and the summary of every content item found by the search
  • ecmUnOrderedList - sorts the list in no particular order. Shows the title and content summary
  • Path to Custom Xslt - enter the path to an Xslt that determines the display of the page

C#
[Bindable(true)]
[Browsable(true)]
[Category("Ektron")]
[Description("The Xslt to use to render the Control (optional)")]
[TypeConverter(typeof(XsltTypeConverter))]
[DefaultValue("None - Databind Only")]
[Personalizable(), WebBrowsable()]
public override string DisplayXslt;
Visual Basic
<Bindable(true)>
<Browsable(true)>
<Category("Ektron")>
<Description("The Xslt to use to render the Control (optional)")>
<TypeConverter(typeof(XsltTypeConverter))>
<DefaultValue("None - Databind Only")>
<Personalizable(), WebBrowsable()>
Public override Property DisplayXslt() As string
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!