The AssembleDocumentResult type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Dispose | Dispose implements the IDisposable interface
| |
| (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Answers |
The post-assembly answer file (potentially modified from before the assembly, since assembly can have side effects)
| |
| Document |
Returns the document that is the result of a document assembly operation.
| |
| PendingAssemblies |
An collection of assemblies that need to be completed after this assembly is finished
(results of ASSEMBLE instructions in the assembled template).
| |
| PendingAssembliesCount |
Returns the number of pending assemblies (or 0 if it is null)
| |
| UnansweredVariables |
An collection of variable names for which answers were called for during assembly,
but for which no answer was included in the answer collection.
|
See Also