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
sspId
Type: System.Guidshare service ID
webId
Type: System.GuidWeb ID.
listId
Type: System.GuidList ID.
includeSystemGroup
Type: System.BooleanWhether to include the System group.
lcid
Type: System.Int32LCID.
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject
A list of groups wrapped in generic TermStore objects.