TaxonomyInternalService.GetChildTermsInTermWithPaging 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 GetChildTermsInTermWithPaging ( _
sspId As Guid, _
lcid As Integer, _
guid As Guid, _
termsetId As Guid, _
includeDeprecated As Boolean, _
pageLimit As Integer, _
pagingForward As Boolean, _
includeCurrentChild As Boolean, _
currentChildId As Guid, _
webId As Guid, _
listId As Guid _
) As TSMTReturnObject
'Usage
Dim instance As TaxonomyInternalService
Dim sspId As Guid
Dim lcid As Integer
Dim guid As Guid
Dim termsetId As Guid
Dim includeDeprecated As Boolean
Dim pageLimit As Integer
Dim pagingForward As Boolean
Dim includeCurrentChild As Boolean
Dim currentChildId As Guid
Dim webId As Guid
Dim listId As Guid
Dim returnValue As TSMTReturnObject
returnValue = instance.GetChildTermsInTermWithPaging(sspId, _
lcid, guid, termsetId, includeDeprecated, _
pageLimit, pagingForward, includeCurrentChild, _
currentChildId, webId, listId)
[WebMethodAttribute]
public TSMTReturnObject GetChildTermsInTermWithPaging(
Guid sspId,
int lcid,
Guid guid,
Guid termsetId,
bool includeDeprecated,
int pageLimit,
bool pagingForward,
bool includeCurrentChild,
Guid currentChildId,
Guid webId,
Guid listId
)
Parameters
- sspId
Type: System.Guid
- lcid
Type: System.Int32
- guid
Type: System.Guid
- termsetId
Type: System.Guid
- includeDeprecated
Type: System.Boolean
- pageLimit
Type: System.Int32
- pagingForward
Type: System.Boolean
- includeCurrentChild
Type: System.Boolean
- currentChildId
Type: System.Guid
- webId
Type: System.Guid
- listId
Type: System.Guid
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject
one page of child terms