Click or drag to resize

Sample Code

The APIDocs demo project contains fully functional code of a console application written in C# which communicates with the FileHold API. It authenticates a user using given login name and password and creates a session as explained in the previous chapter. Depending on the parameters it either performs search for a document and downloads it or creates a document schema, library structure and uploads a document with metadata.

The following chapters explain the most important parts of the code related to common operations such as searching, downloading and adding documents.