DocumentWorkItem UnansweredVariables Property
A list of variable names for which no answer was present during assembly of the document. Before an assembly has occurred, this property will be null. After an assembly is complete, this property will be an array of strings. Each string is the name of a variable for which an answer was called for during assembly (either to merge into the document, or in the evaluation of some other expression or rule encountered during assembly), but for which no answer was present in the AnswerCollection.

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; internal set; }

Property Value

Type: OnlineIEnumerable OnlineString 
Remarks

Necessary because a host application may want or need this information as part of the state associated with a WorkSession.
See Also