IDocumentGenerationGenerateDocuments Method |
Performs the generation and returns a collection of the generated documents.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxIEnumerable<Document> GenerateDocuments(
bool applyPostProcessing
)
Function GenerateDocuments (
applyPostProcessing As Boolean
) As IEnumerable(Of Document)
IEnumerable<Document^>^ GenerateDocuments(
bool applyPostProcessing
)
abstract GenerateDocuments :
applyPostProcessing : bool -> IEnumerable<Document>
Parameters
- applyPostProcessing
- Type: SystemBoolean
if set to true, the route post-processing options are applied.
Return Value
Type:
IEnumerableDocument
The generated documents.
Exceptions
Remarks
Please note, that the returned enumeration is read-only and multiple enumerations
will not trigger multiple generation executions.
See Also