The library is used to dynamically manage documents in a SharePoint document library. The library can be integrated into any.net software (.net framework) to manage (create/delete) files and folders to an existing SharePoint library.
Supplement
The library is based on the.net classic framework (4.5.2 and higher) and works primarily against the Client Side Object Model (CSOM) from Microsoft. However, the library is PlugIn-enabled and can also work against other APIs (e.g. Power Shell etc.). This makes the library easy to expand. Asynchronous implementations and the use of dependency injection and aspect orientation keep the architecture flexible, maintainable and easily extendable.
Subject description
Many applications generate technical output documents (Word, PDF, Excel, etc.). In the past, these were often stored on file servers, but nowadays it often makes more sense to store them in SharePoint. With the help of this library, redundant implementation across many projects can be avoided and costs can be saved. Thanks to its open architecture and plug-in capability, it is also open for further developments.