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

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. The tag's count is the amount of times a tag has been used.
  • TagType - represents the tag’s type. The tag’s type will be user or community group.
In addition to these parameters, you can add your own by defining them in the path. When you do, these parameters will be appended to your parameters.

C#
[ Bindable(true), Category("Ektron"), DefaultValue(""), Description("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. They are searchtag or searchgrptag depending whether the control is set to user or group and TagId, TagLanguage, TagCount and TagType.") ]
public string TagTemplate;
Visual Basic
< Bindable(true), Category("Ektron"), DefaultValue(""), Description("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. They are searchtag or searchgrptag depending whether the control is set to user or group and TagId, TagLanguage, TagCount and TagType.") >
Public Property TagTemplate() As string
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!