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

Shows a blog post’s content and its comments or just the blog post’s comments. The default is Content.

  • Content - Show a blog post’s content and its comments.
  • Description - Show a blog post’s comments only.
C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue("Content")]
[Description("Shows a blog post’s content and its comments or just the blog post’s comments. The default is Content. \"Content\" shows a blog post’s content and its comments. \"Description\" shows a blog post’s comments only.")]
[Localizable(true)]
public eShowType ShowType;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue("Content")>
<Description("Shows a blog post’s content and its comments or just the blog post’s comments. The default is Content. \"Content\" shows a blog post’s content and its comments. \"Description\" shows a blog post’s comments only.")>
<Localizable(true)>
Public Property ShowType() As eShowType
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!