TaxonomyInternalService.GetChildTermsInTermSetWithPaging 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 GetChildTermsInTermSetWithPaging ( _
sspId As Guid, _
lcid As Integer, _
guid 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 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.GetChildTermsInTermSetWithPaging(sspId, _
lcid, guid, includeDeprecated, pageLimit, _
pagingForward, includeCurrentChild, _
currentChildId, webId, listId)
[WebMethodAttribute]
public TSMTReturnObject GetChildTermsInTermSetWithPaging(
Guid sspId,
int lcid,
Guid guid,
bool includeDeprecated,
int pageLimit,
bool pagingForward,
bool includeCurrentChild,
Guid currentChildId,
Guid webId,
Guid listId
)
Parameters
sspId
Type: System.GuidsspID.
lcid
Type: System.Int32LCID.
guid
Type: System.GuidGUID.
includeDeprecated
Type: System.BooleanWhether to include deprecated terms.
pageLimit
Type: System.Int32Page limit.
pagingForward
Type: System.BooleanPaging forward.
includeCurrentChild
Type: System.BooleanWhether to include the current child.
currentChildId
Type: System.GuidWhether to include the current child ID.
webId
Type: System.GuidWeb ID.
listId
Type: System.GuidList ID.
Return Value
Type: Microsoft.SharePoint.Taxonomy.WebServices.TSMTReturnObject