Create a Document (that allows unattended execution, e.g., a Word Document but NOT a Word VBA) and return it as a byte array without saving it to the Document Manager. This Document must set a return value of "WordDocument" that is an ISWordDocument object.

Syntax

finDocumentFunctions.CreateUnsavedDocumentFromDocumentExecute(documentId, parameters, fileData, recommendedFileName)

Parameters

NameTypeOptionalByRefDescription
documentId String The Id of the Document to execute.
parameters ISKeyValueList A Key/Value List of Parameters to pass to the Document.
fileData Byte() ByRef The binary Document File Data.
recommendedFileName String ByRef

Return Value

Boolean

A Boolean value indicating success.

Member of:
finDocumentFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0