Share via


SocialTagManager.GetAllTerms Method (Uri, Int32)

Retrieves an array of SocialTerm objects in the term store.

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetAllTerms ( _
    urlFolder As Uri, _
    maximumItemsToReturn As Integer _
) As SocialTerm()
'Usage
Dim instance As SocialTagManager
Dim urlFolder As Uri
Dim maximumItemsToReturn As Integer
Dim returnValue As SocialTerm()

returnValue = instance.GetAllTerms(urlFolder, _
    maximumItemsToReturn)
public SocialTerm[] GetAllTerms(
    Uri urlFolder,
    int maximumItemsToReturn
)

Parameters

  • urlFolder
    Type: System.Uri

    A URL representing the location in the term store from which to retrieve the social terms.

  • maximumItemsToReturn
    Type: System.Int32

    The maximum size of the array.

Return Value

Type: []

See Also

Reference

SocialTagManager Class

SocialTagManager Members

GetAllTerms Overload

Microsoft.Office.Server.SocialData Namespace