blob: a5409671a2e9bdb7abe88c4128edfe4c815791ae [file] [log] [blame] [view]
Title: Example code for OpenCMIS clients
# Example code for OpenCMIS clients
Example code and code fragments for the OpenCMIS client API.
## Basics
* [Creating a session](example-create-session.html)
* [Creating and updating a CMIS object](example-create-update.html)
* [Listing a folder](example-list-folder.html)
* [Processing a query](example-process-query-results.html)
* [Reading metadata and content](example-read-meta-content.html)
* [Reading the root folder](example-read-root.html)
* [Retrieving the ID from path](example-get-id-from-path.html)
* [Creating a type (CMIS 1.1)](example-create-type.html)
## Advanced
* [Connecting from .NET](example-connect-dotnet.html)
* [Getting extensions](example-get-extension.html)
* [Using OSGI bundles](example-osgi.html)