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.
Gets Term objects from the TermStore by GUID.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetKeywordTermsByGuids ( _
termIds As String, _
lcid As Integer _
) As String
'Usage
Dim instance As TaxonomyClientService
Dim termIds As String
Dim lcid As Integer
Dim returnValue As String
returnValue = instance.GetKeywordTermsByGuids(termIds, _
lcid)
[WebMethodAttribute]
public string GetKeywordTermsByGuids(
string termIds,
int lcid
)
Parameters
- termIds
Type: System.String
lcid
Type: System.Int32LCID of language labels will be returned in.
Return Value
Type: System.String
Returns all Terms requested serialized as an XML structure.
Exceptions
| 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. |
Remarks
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.