Click or drag to resize

The DocuWare Platform

The DocuWare Platform provides access to DocuWare. You will find all features provided which are used by the DocuWare WebClient.

The DocuWare Platform .NET API is a set of .NET assemblies which are used to simplify the access to the DocuWare Platform for .NET programmers.

Getting started with the DocuWare Platform .NET API

You need a Visual Studio 2013 installation of any edition. Then you can install the needed libraries using the NuGet package manager. Just type "DocuWare" in the search box of the package manager or install it in the Package Manager Console running Install-Package DocuWarePlatformApi.

After you installed the package you might want to take a look at the code samples and read Platform as REST Service.

The .NET API supports both synchronous and asynchronous patterns. You can get familiar with the patterns.

This site describes the API of DocuWare 6.12. Most of the functions of DocuWare 6.12 exist also in previous versions of DocuWare. You can use the DocuWare Platform .NET API 6.12 to target DocuWare 6.5 or higher, however you can only use the functions as available in older versions.

From version 6.8 the API comes as portable library. Therefore the minimum supported .NET version is 4.5.1.

If your application supports older versions of .NET you still can use any previous version of the DocuWare .NET API. A new API introduced in a particular DocuWare release is marked with a specific attribute class:

So, if you want to target one of the previous DocuWare versions you should consider these attributes.

The documentation for previous versions of the DocuWare Platform .NET API is still available.

See Also