Partilhar via


TaxonomyInternalService.GetGroups Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Taxonomy.WebServices
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetGroups ( _
    sspId As Guid, _
    webId As Guid, _
    listId As Guid, _
    includeSystemGroup As Boolean, _
    lcid As Integer _
) As TSMTReturnObject
'Usage
Dim instance As TaxonomyInternalService
Dim sspId As Guid
Dim webId As Guid
Dim listId As Guid
Dim includeSystemGroup As Boolean
Dim lcid As Integer
Dim returnValue As TSMTReturnObject

returnValue = instance.GetGroups(sspId, _
    webId, listId, includeSystemGroup, _
    lcid)
[WebMethodAttribute]
public TSMTReturnObject GetGroups(
    Guid sspId,
    Guid webId,
    Guid listId,
    bool includeSystemGroup,
    int lcid
)

Parameters

  • includeSystemGroup
    Type: System.Boolean

    Whether to include the System group.

Return Value

Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject
A list of groups wrapped in generic TermStore objects.

See Also

Reference

TaxonomyInternalService Class

TaxonomyInternalService Members

Microsoft.SharePoint.Taxonomy.WebServices Namespace