This topic has not yet been rated - Rate this topic

TaxonomyClientService.GetTermSets Method

SharePoint 2010

Gets a TermSet object and all its Term objects if the client TimeStamp is older than the server TimeStamp on the TermSet object, or if the client version is older than the server version

Namespace:  Microsoft.SharePoint.Taxonomy.WebServices
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
[WebMethodAttribute]
public string GetTermSets(
	string sharedServiceIds,
	string termSetIds,
	int lcid,
	string clientTimeStamps,
	string clientVersions,
	out string serverTermSetTimeStampXml
)

Parameters

sharedServiceIds
Type: System.String
Collection of TermStore IDs that TermSets belong to.
termSetIds
Type: System.String
lcid
Type: System.Int32
LCID of language that labels will be returned in.
clientTimeStamps
Type: System.String
Collection of TimeStamps which are the last edit time of TermSets stored on the client.
clientVersions
Type: System.String
Collection of versions of the server that each TermSet was downloaded from (always 1 unless the client doesn't have the TermSet, then it is 0).
serverTermSetTimeStampXml
Type: System.String%
Returns the collection of TimeStamps of the last edit time of each TermSet.

Return Value

Type: System.String
An XML string which includes the TermSet and all its Term objects. If the client TimeStamp is same as the last edit server timestamp then a placeholder is returned.

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