TaxonomyInternalService.ExpandToNodeById 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 ExpandToNodeById ( _
sspId As Guid, _
parentType As Integer, _
termSetId As Guid, _
parentId As Guid, _
childId As Guid, _
pageLimit As Integer, _
includeDeprecated As Boolean, _
includeNoneTaggableTermset As Boolean, _
webId As Guid, _
listId As Guid, _
lcid As Integer, _
includeSystemGroup As Boolean _
) As TSMTReturnObject
'Usage
Dim instance As TaxonomyInternalService
Dim sspId As Guid
Dim parentType As Integer
Dim termSetId As Guid
Dim parentId As Guid
Dim childId As Guid
Dim pageLimit As Integer
Dim includeDeprecated As Boolean
Dim includeNoneTaggableTermset As Boolean
Dim webId As Guid
Dim listId As Guid
Dim lcid As Integer
Dim includeSystemGroup As Boolean
Dim returnValue As TSMTReturnObject
returnValue = instance.ExpandToNodeById(sspId, _
parentType, termSetId, parentId, _
childId, pageLimit, includeDeprecated, _
includeNoneTaggableTermset, webId, _
listId, lcid, includeSystemGroup)
[WebMethodAttribute]
public TSMTReturnObject ExpandToNodeById(
Guid sspId,
int parentType,
Guid termSetId,
Guid parentId,
Guid childId,
int pageLimit,
bool includeDeprecated,
bool includeNoneTaggableTermset,
Guid webId,
Guid listId,
int lcid,
bool includeSystemGroup
)
Parameters
- sspId
Type: System.Guid
- parentType
Type: System.Int32
- termSetId
Type: System.Guid
- parentId
Type: System.Guid
- childId
Type: System.Guid
- pageLimit
Type: System.Int32
- includeDeprecated
Type: System.Boolean
- includeNoneTaggableTermset
Type: System.Boolean
- webId
Type: System.Guid
- listId
Type: System.Guid
- lcid
Type: System.Int32
- includeSystemGroup
Type: System.Boolean
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject