integrate a .net application with alfresco using c

2019-07-29 14:28发布

How to integrate a .net application with alfresco ? How cam cmis be used to do the same?

2条回答
聊天终结者
2楼-- · 2019-07-29 14:42

You can use Apache Chemistry DotCMIS to perform perform CMIS requests from your .net code. The API is very similar to the Java OpenCMIS API, so you can then find a tutorial on using OpenCMIS to talk to Alfresco and do largely the same thing with DotCMIS.

If you're new to CMIS, then Apache Chemistry provides a very handy overview on their site.

查看更多
beautiful°
3楼-- · 2019-07-29 14:43
登录 后发表回答