This topic has not yet been rated - Rate this topic

TaxonomyClientService.GetChildTermsInTerm Method

SharePoint 2010

Get immediate child Term objects for a parent Term.

Namespace:  Microsoft.SharePoint.Taxonomy.WebServices
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.String
Returns all child Terms of the parent serialized as an XML structure.
Exception Condition
ArgumentOutOfRangeException

Thrown if a TermStore with Id sharedServiceId does not exist.

The serialization is of the return value is fully described in the protocol document MS-EMMWS.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ