Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an array of TagCloudItem objects for the specified array of the SocialTerm objects.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Function GetTagCloudItemsFromSocialTerms ( _
terms As SocialTerm() _
) As TagCloudItem()
'Usage
Dim terms As SocialTerm()
Dim returnValue As TagCloudItem()
returnValue = Me.GetTagCloudItemsFromSocialTerms(terms)
protected virtual TagCloudItem[] GetTagCloudItemsFromSocialTerms(
SocialTerm[] terms
)
Parameters
terms
Type: []An array of SocialTerm objects used to create the TagCloudItem objects.
Return Value
Type: []
An array of TagCloudItem objects.
Remarks
This method traverses the specified array of the SocialTerm objects, calling the GetTagCloudItemFromSocialTerm(SocialTerm) method for each SocialTerm object to create an array of TagCloudItem objects.