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
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!