This topic has not yet been rated - Rate this topic

TaxonomyClientService.GetKeywordTermsByGuids Method

SharePoint 2010

Gets Term objects from the TermStore by GUID.

Namespace:  Microsoft.SharePoint.Taxonomy.WebServices
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
[WebMethodAttribute]
public string GetKeywordTermsByGuids(
	string termIds,
	int lcid
)

Parameters

termIds
Type: System.String
lcid
Type: System.Int32
LCID of language labels will be returned in.

Return Value

Type: System.String
Returns all Terms requested serialized as an XML structure.
Exception Condition
TermStoreOperationException

Thrown if a Term cannot be found and 1 or more TermStore objects is currently offline.

ArgumentException

Thrown if no Term IDs are passed into the function.

Term IDs must be passed in as GUIDs contained in xml nodes.

The serialization of the result as well as parameters is fully described in the protocol document MS-EMMWS.

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