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

Determines how the information on the page is displayed.

  • None - databind only
  • List - lists the title of every content block in the folder
  • ListWithDescriptions - lists the title of every content block in the folder plus the content summary
  • Path to Custom Xslt - enter the path to an Xslt that determines the display of the page

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue("")]
[Browsable(true)]
[Description("Display type controls how sitemap gets rendered on the page.")]
[Editor(typeof(SitemapDisplayTypeConverter), typeof(System.Drawing.Design.UITypeEditor))]
public string DisplayType;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue("")>
<Browsable(true)>
<Description("Display type controls how sitemap gets rendered on the page.")>
<Editor(typeof(SitemapDisplayTypeConverter), typeof(System.Drawing.Design.UITypeEditor))>
Public Property DisplayType() 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!