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

The maximum number of tags to display. Set to 0 (zero) for unlimited. The tags that are displayed are always the top tags based on usage. For example, if the number is ten, the ten most used tags are displayed. When using the OrderBy property in conjunction with this property, it gets the given number of tags and then sorts them alphabetically.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("The maximum number of tags to display. Set to 0 (zero) for unlimited. The tags that are displayed are always the top tags based on usage. For example, if the number is ten, the ten most used tags are displayed. When using the OrderBy property in conjunction with this property, it gets the given number of tags and then sorts them alphabetically.")]
[DefaultValue("50")]
public int MaxTagsDisplayed;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("The maximum number of tags to display. Set to 0 (zero) for unlimited. The tags that are displayed are always the top tags based on usage. For example, if the number is ten, the ten most used tags are displayed. When using the OrderBy property in conjunction with this property, it gets the given number of tags and then sorts them alphabetically.")>
<DefaultValue("50")>
Public Property MaxTagsDisplayed() 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!