I want to know how i can find names of the metadata services available on the particular site, and if those services are available.
Also how can i access the TermSets of the metadata services using Client Object Model of SharePoint 2010 in C#?
|
I want to know how i can find names of the metadata services available on the particular site, and if those services are available. Also how can i access the TermSets of the metadata services using Client Object Model of SharePoint 2010 in C#? |
||||
|
|
If you just want to check if the Managed Metadata Service is available and have access to the server, the easiest way is to use PowerShell:
If you want to see if the service is online check the Status property in the output of this cmdlet
Regarding your question on Taxonomies and Client Object Model, check out this question asked earlier Is there any way to access a managed meta data service using only javascript in SharePoint 2010? |
|||
|
|