TagCloudWebPart Members
Include Protected Members
Include Inherited Members
Renders the most popular subjects being tagged inside an organization.
The TagCloudWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TagCloudWebPart | Initializes a new instance of the TagCloudWebPart class. |
Top
Properties
Name | Description | |
---|---|---|
DateRange | Reserved for internal use. | |
DesignTimeHtml | Gets the design-time HTML for the current Web Part. (Inherited from TagCloudBaseWebPart.) | |
IsAsync | Gets or sets a value indicating whether the TagCloudWebPart is rendered asynchronously. | |
MaxTerms | Gets or sets the maximum number of terms that are displayed to the current Web Part. | |
ShowCount | Gets or sets a value that indicates whether the Count is rendered in HTML when the GetHtml(HtmlTextWriter, []) method is called. (Inherited from TagCloudBaseWebPart.) | |
UserScope | Gets or sets the user scope to which tags belong. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates the child controls for the current TagCloudWebPart. (Overrides WebPartLocCreateChildControls().) | |
GetHtml | Writes the HTML content for the TagCloudItem to the HtmlTextWriter. (Inherited from TagCloudBaseWebPart.) | |
GetTagCloudItemFromSocialTerm | Creates a TagCloudItem for the specified SocialTerm. | |
GetTagCloudItemsFromSocialTerms | Creates an array of TagCloudItem objects for the specified array of the SocialTerm objects. | |
GetToolParts | Gets the ToolPart objects that can be used to show and modify the TagCloudWebPart object properties. (Overrides WebPart.GetToolParts().) | |
OnPreRender | Handles the PreRender event. (Overrides TagCloudBaseWebPart.OnPreRender(EventArgs).) | |
RegisterJavascript | Reserved for internal use. | |
RenderWebPart | Renders the Web Part to the client to show TagCloudItem objects. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).) |
Top