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

Identify the template markup file that controls the display of the search results. For example, mysearchmarkup.ekml

Enter the path relative to site root. For example, \workarea\customfiles\markup\mysearchmarkup.ekml

If you enter a valid EkML file, the DisplayXslt property value is ignored.

C#
[Bindable(true)]
[Browsable(true)]
[Category("Ektron")]
[DefaultValue("")]
[Description("Enter name of a markup file that manages the display of this server control.")]
[Personalizable(), WebBrowsable()]
public string MarkupLanguage;
Visual Basic
<Bindable(true)>
<Browsable(true)>
<Category("Ektron")>
<DefaultValue("")>
<Description("Enter name of a markup file that manages the display of this server control.")>
<Personalizable(), WebBrowsable()>
Public Property MarkupLanguage() 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!