Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads documents described by DocuRef, DocuValue and related tables into memory and returns the document's content as a BinData serialized into a container
Syntax
client server public static container getFileContentFromDoc(
DocuRef _docuRef,
[DocuType _docuType,
DocuValue _docuValue])
Run On
Called
Parameters
- _docuRef
Type: DocuRef Table
The DocuRef record of the document to read
- _docuType
Type: DocuType Table
The DocuType record of the document to read
- _docuValue
Type: DocuValue Table
The DocuValue record of the document to read
Return Value
Type: container
Returns the document's content as a BinData serialized into a container