TaxonomyInternalService.GetTermSets 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 GetTermSets ( _
sspId As Guid, _
guid As Guid, _
includeNoneTaggableTermset As Boolean, _
webId As Guid, _
listId As Guid, _
lcid As Integer _
) As TSMTReturnObject
'Usage
Dim instance As TaxonomyInternalService
Dim sspId As Guid
Dim guid As Guid
Dim includeNoneTaggableTermset As Boolean
Dim webId As Guid
Dim listId As Guid
Dim lcid As Integer
Dim returnValue As TSMTReturnObject
returnValue = instance.GetTermSets(sspId, _
guid, includeNoneTaggableTermset, _
webId, listId, lcid)
[WebMethodAttribute]
public TSMTReturnObject GetTermSets(
Guid sspId,
Guid guid,
bool includeNoneTaggableTermset,
Guid webId,
Guid listId,
int lcid
)
Parameters
sspId
Type: System.GuidsspID.
guid
Type: System.GuidGUID.
includeNoneTaggableTermset
Type: System.BooleanWhether to include no taggable Term Sets.
webId
Type: System.GuidWeb ID.
listId
Type: System.GuidList ID.
lcid
Type: System.Int32LCID.
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject