Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Redirect
http://chemistry.apache.org/dotnet/dotcmis.html
http://chemistry.apache.org/dotnet/dotcmis.html
locationhttp://chemistry.apache.org/dotnet/dotcmis.html

Welcome to DotCMIS

DotCMIS is a CMIS client library for .NET. It is loosely based on the OpenCMIS client architecture.

DotCMIS is under development and not ready for production use, yet.

Status

  • The library is now fully implemented. All interfaces and operations should work.
  • There is not much documentation, yet. See below.
  • First tests against a small number of CMIS repositories were successful. Not all operations have been tested, yet.

If you find problem, please create an issue.

Documentation

There are starter code snippets on the Getting started with DotCMIS page and the API documentation is available as a CHM Help file.

The interfaces are very similar to the OpenCMIS client API. Please see the OpenCMIS documentation for more insights.

Source code and dependencies

The DotCMIS source code is here: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk

DotCMIS requires the .NET Framework version 3.5 or higher. It does not depend on anything else.

The DotCMIS unit tests require NUnit 2.5.

Binaries

There is no official release, yet.

Nighty builds can be obtained from here: Debug DLL and Release DLL