Platform.NETClient makes it easy to start using DocuWare Platform .NET API.
Here you will find a Visual Studio solution that contains a basic implemenation of a client showing how to use Platform .NET API and some examples showing basic operations you can do.
This Visual Studio solution is supposed to complement examples that could be found on the help page of DocuWare Platform .NET API and it could/will be updated more often than the help page which is usually updated once per release.
Additionally, everyone is very welcome to provide missing code examples.
Clone the sources: git clone https://github.com/DocuWare/Platform.NETClient-Async-Samples.git
You need at least Visual Studio 2015 installation of any edition. To get started:
- Clone the source code (see above).
- Open src/Samples.sln in Visual Studio
In order to be able to execute examples provided you need a supported version of DocuWare system.
This implementation uses the DocuWare Platform .NET API of DocuWare 7.0.
Most of the examples will also run with DocuWare 6.5 or higher.
Before you contribute, please read through the contributing and developer guides to get an idea of what kinds of pull requests we will or won't accept.
You are also encouraged to start a discussion by filing an issue or creating a gist.
DocuWare Platform .NET Client proudly uses the MIT License.