I am looking at CMIS connectivity from one of our internal applications. I know that CMIS is part of (or will be) part of SharePoint, is there a workable C# API (the OpenAPI C# project seems to be in its initial stages)?
Thanks
I am looking at CMIS connectivity from one of our internal applications. I know that CMIS is part of (or will be) part of SharePoint, is there a workable C# API (the OpenAPI C# project seems to be in its initial stages)?
Thanks
Yes, there is a C# implementation of the CMIS API, client-side.
It is DotCMIS.
Open spource and works great.
Be aware that only a few versions of SharePoint offer CMIS compatibility.
Also, among a number of CMIS implementations, SharePoint has the worse:
You are probably talking about Sharepoint 2010 and the difficulties around "CMIS and SharePoint 2010 details are hard to find".
Microsoft provided a CMIS connector with its Sharepoint 2010 Administrative Toolkit (Download).
Please note that you will need Sharepoint Server 2010 - SharePoint Foundation is not enough.