$Documents¶
$Documents provides access to the document repository.
1 | |
Capabilities¶
Retrieval¶
- DocumentsStatic.Get: Returns a document instance from the repository if found; otherwise, returns null.
- DocumentsStatic.GetLastVersion: Returns the last version of the document instance from the repository if found; otherwise, returns null.
- DocumentsStatic.ListDocuments: Lists published documents in the specified folder.
Creation¶
- DocumentsStatic.New: Creates a new document in the repository and returns a document instance.
- DocumentsStatic.NewVersion: Creates a new document version in the repository and returns a document instance.