Services AssembleDocument Method
Assembles a document from the given template, answers and settings.

Namespace: HotDocs.Sdk.Server.Cloud
Assembly: HotDocs.Sdk.Server (in HotDocs.Sdk.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public AssembleDocumentResult AssembleDocument(
	Template template,
	TextReader answers,
	AssembleDocumentSettings settings,
	string logRef
)

Parameters

template
Type: HotDocs.Sdk Template
The template to assemble.
answers
Type: OnlineSystem.IO TextReader
The answers to use during the assembly.
settings
Type: HotDocs.Sdk AssembleDocumentSettings
The settings for the assembly.
logRef
Type: OnlineSystem 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: AssembleDocumentResult
An AssembleDocumentResult that contains the results of the assembly.

Implements

IServices AssembleDocument(Template, TextReader, AssembleDocumentSettings, String)
See Also