TaxonomyClientService.GetTermSets Method
SharePoint 2010
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.StringAn 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.