TagCloudWebPart.GetTagCloudItemFromSocialTerm Method
Creates a TagCloudItem for the specified SocialTerm.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Function GetTagCloudItemFromSocialTerm ( _
term As SocialTerm _
) As TagCloudItem
'Usage
Dim term As SocialTerm
Dim returnValue As TagCloudItem
returnValue = Me.GetTagCloudItemFromSocialTerm(term)
protected virtual TagCloudItem GetTagCloudItemFromSocialTerm(
SocialTerm term
)
Parameters
term
Type: Microsoft.Office.Server.SocialData.SocialTermThe SocialTerm used to create the TagCloudItem.
Return Value
Type: Microsoft.SharePoint.Portal.WebControls.TagCloudItem
A TagCloudItem.
Remarks
This method creates a new TagCloudItem for the specified SocialTerm.