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

Set the maximum number of posts to display. The default is -3.

  • If set to 0 (zero), there is no limit.
  • If set to -1, all posts for the day are shown.
  • If set to -2, all post for the month are shown.
  • If set to -3, the control uses the # of Post Visible setting in the Workarea.
C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue(-3)]
[Description("The maximum number of posts to show. If set to zero, there is no limit. If -1, all posts for the day are shown. If -2, all post for the month are shown. If set to -3, the control uses the # of Post Visible setting in the Workarea.")]
public int MaxResults;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue(-3)>
<Description("The maximum number of posts to show. If set to zero, there is no limit. If -1, all posts for the day are shown. If -2, all post for the month are shown. If set to -3, the control uses the # of Post Visible setting in the Workarea.")>
Public Property MaxResults() As Integer
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!