AssembleDocumentResult UnansweredVariables Property
An collection of variable names for which answers were called for during assembly, but for which no answer was included in the answer collection.

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

public IEnumerable<string> UnansweredVariables { get; private set; }

Property Value

Type: OnlineIEnumerable OnlineString 
See Also