Assembles a document from the given template, answers and settings.
Namespace: HotDocs.Sdk.Server.CloudAssembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- template
- Type: HotDocs.Sdk Template
The template to assemble.
- answers
- Type:
System.IO TextReader
The answers to use during the assembly.
- settings
- Type: HotDocs.Sdk AssembleDocumentSettings
The settings for the assembly.
- logRef
- Type:
System String
A string identifying the current user or transcation, to be included in HotDocs log entries. This is necessary if you wish to track log entries back to specific users during analysis or troubleshooting.
Return Value
Type: AssembleDocumentResultAn AssembleDocumentResult that contains the results of the assembly.
Implements
IServices AssembleDocument(Template, TextReader, AssembleDocumentSettings, String)See Also