The DocuWare PlatformDocuWare Platform .NET API

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 2012 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 The 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.6. Most of the functions of DocuWare 6.6 exist also in DocuWare 6.5. You can use the DocuWare Platform .NET API 6.6 to target DocuWare 6.5, however you can only use the functions as available in DocuWare 6.5.

All new API introduced in DocuWare 6.6 is marked with the DolphinAttribute class. If you want to target DocuWare 6.5 you should consider this attribute.

To ensure that you use only functions of DocuWare 6.5 you can find the documentation of DocuWare Platform .NET API here. In this case, your application is working without any change on both DocuWare 6.5 and DocuWare 6.6.

See Also

Other Resources