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

The properties of the TagCloud class are listed here.

 
Name 
Description 
 
Sets the amount of time the server control’s data is cached. The default is 0 (zero). This is the amount of time, in seconds, a control’s data is cached. For example, if you want to cache the data for five minutes, you set the CacheInterval property to 300 (three hundred).  
 
Determines how information is displayed on the page. Enter the path to the XSL file. It can be relative or absolute.(optional).  
 
 
 
Identify the template markup file that controls the display of the server control.  
 
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.  
 
The criteria by which the tags are ordered. Choices are:
  • TaggedCount - sort by how many times the tags has been assigned.
  • Text - sort the list in order A to Z.
 
 
Select the direction of the TagOrderBy property. Choose Ascending or Descending.  
 
Specify the path to a style sheet for use with the sever control. The location can be relative or absolute. Leave blank to use the default style sheet.  
 
Add a path to another Web form to create links for the tag text. This path can be relative or absolute. There are five parameters that are automatically added to the link’s QueryString that allow you to pass information about tag.
  • searchtag or searchgrptag - searchtag represents the tag’s text for users and searchgrptag represent the tag’s text for community groups. When the template contains a CommunitySearch server control, the control sees these parameters and performs a search based on the text.
  • TagId - represents the tag's ID.
  • TagLanguage - represent the tags language.
  • TagCount - represent the tag's count.... more 
 
Determines the type of window that appears on this Web form when a user clicks an item in the TagCloud control. The default is _self.  
 
Select whether the control displays tags for a user or a community group. Choices are:
  • User - show tags that are assigned to users.
  • CommunityGroup - show tags that are assigned to community group.
  • Content - show tags that are assigned to content.
  • Library - show tags that are assigned to library items.
 
 
Returns the Xslt object for the collection.  
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!