Dictates what to merge when a value for which no answer is available is merged into document text.
By default this property respects the behavior configured on the server. Also note that this property
is only respected by HotDocs Cloud Services; HotDocs Server always adheres to the behavior as configured
in the management console.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | defers to the behavior configured on the server. | |
Nothing | 1 | Does nothing to merge a value for which no answer is available | |
Underscores | 2 | Provides an underscore to format the unanswered variable | |
Asterisks | 3 | Provides an asterisks to format the unanswered variable | |
VarNameWithBrackets | 4 | Provides the variable name with brackets to format the unanswered variable | |
VarNameWithAsterisks | 5 | Provides the variable name with asterisks to format the unanswered variable |
See Also