PublicAPI.Docflow.Document.GetFileByDocumentId ELMA API Documentation
Get the file of the current document version
 
 
Syntax

public BinaryFile GetFileByDocumentId(
	Document document
)

Parameters

document
Type: Document
Document. Object. Access path: PublicAPI.Docflow.Document

Return Value

Type: BinaryFile
File of the current document version
See Also