AssembleDocumentResult Properties
The AssembleDocumentResult type exposes the following members.
Properties

  NameDescription
Public propertyAnswers
The post-assembly answer file (potentially modified from before the assembly, since assembly can have side effects)
Public propertyDocument
Returns the document that is the result of a document assembly operation.
Public propertyPendingAssemblies
An collection of assemblies that need to be completed after this assembly is finished (results of ASSEMBLE instructions in the assembled template).
Public propertyPendingAssembliesCount
Returns the number of pending assemblies (or 0 if it is null)
Public propertyUnansweredVariables
An collection of variable names for which answers were called for during assembly, but for which no answer was included in the answer collection.
Back to Top
See Also