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