PublicAPI.Docflow.DocumentVersion.AddDocumentVersion ELMA API Documentation
Add a document version
 
 
Syntax

public DocumentVersion AddDocumentVersion(
	Document document,
	BinaryFile file
)

Parameters

document
Type: Document
Document, to which a new version is added. Object. Access path: PublicAPI.Docflow.Document
file
Type: BinaryFile
The new version to add

Return Value

Type: DocumentVersion
Document Version (with the "Draft" status)
Examples

See the function use case in
See Also