Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get immediate child Term objects for a parent Term.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetChildTermsInTerm ( _
sspId As Guid, _
lcid As Integer, _
termId As Guid, _
termSetId As Guid _
) As String
'Usage
Dim instance As TaxonomyClientService
Dim sspId As Guid
Dim lcid As Integer
Dim termId As Guid
Dim termSetId As Guid
Dim returnValue As String
returnValue = instance.GetChildTermsInTerm(sspId, _
lcid, termId, termSetId)
[WebMethodAttribute]
public string GetChildTermsInTerm(
Guid sspId,
int lcid,
Guid termId,
Guid termSetId
)
Parameters
sspId
Type: System.GuidTermStore ID of parent Term.
lcid
Type: System.Int32LCID of language that labels will be returned in.
- termId
Type: System.Guid
- termSetId
Type: System.Guid
Return Value
Type: System.String
Returns all child Terms of the parent serialized as an XML structure.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if a TermStore with Id sharedServiceId does not exist. |
Remarks
The serialization is of the return value is fully described in the protocol document MS-EMMWS.