TaxonomyClientService.GetChildTermsInTerm Method
SharePoint 2010
Get immediate child Term objects for a parent Term.
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
[WebMethodAttribute] public string GetChildTermsInTerm( Guid sspId, int lcid, Guid termId, Guid termSetId )
Parameters
- sspId
- Type: System.Guid
TermStore ID of parent Term.
- lcid
- Type: System.Int32
LCID of language that labels will be returned in.
- termId
- Type: System.Guid
- termSetId
- Type: System.Guid
Return Value
Type: System.StringReturns all child Terms of the parent serialized as an XML structure.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
Thrown if a TermStore with Id sharedServiceId does not exist. |