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 SDK is a set of .NET assemblies which are used to simplify the access to the DocuWare Platform for .NET programmers.
Caution
Please don't deploy any DocuWare assemblies into the global assembly cache (GAC).
Caution
Version 13.* and newer of DocuWare.Platform.ServerClient is required for OAuth2, which is used by DocuWare.Platform.ServerClient.Extensions version 11.12.* and newer.
Getting started with the DocuWare Platform .NET SDK
You need a Visual Studio or Visual Studio Code installation of any edition.
Then you can install the needed libraries using the Visual Studio NuGet package manager or the CLI in Visual Studio Code.
For Visual Studio just type "DocuWare.Platform.ServerClient.Extensions" in the search box of the package manager or install it in the Package Manager Console running Install-Package DocuWare.Platform.ServerClient.Extensions
.
In case of Visual Studio Code use the CLI command dotnet add package DocuWare.Platform.ServerClient.Extensions
.
Visit for other NuGet packages DocuWareSDK on NuGet.org, please.
For additional information about NuGet go to the NuGet documentation.
After you installed the NuGet packages you might want to have a look at following.
The SDK includes synchronous as well asynchronous methods.
This site describes the C# SDK of the actual DocuWare Most of the functions of DocuWare already exists in the previous versions.
Facts about the SDK
- From version 6.8 the SDK comes as portable library.
- The minimum supported .NET version is 4.5.1.
- Since Version 7.1.15329 and 7.2.11087 the NuGet package is .Net Core compatible.
- From Version 7.4 the NuGet packages have not the same release number anymore like the DocuWare release. It is changed to a semantic versioning system and the compatibility overview is shown here Version overview