TagCloudWebPart.GetTagCloudItemsFromSocialTerms Method

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

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.

See Also

Reference

TagCloudWebPart Class

TagCloudWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace