AssembleDocumentOptionsSettings Property
Collection of settings that can be specified when requesting a document assembly. When you do not explicitly provide a value for any setting, the default value specified in the HotDocs Cloud Services Administrative Portal will be used.

Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax

public Dictionary<string, string> Settings { get; set; }

Property Value

Type: DictionaryString, String
Remarks

Values may be provided for the following settings:
Setting NameDescription
DefaultDateFormat "June 3, 1990", etc.
Specifies the default format example to be used when merging date values into text.
DateOrder "MDY" or "DMY"
HotDocs uses this setting during assembly when it needs to interpret ambiguously-written date strings (for example, date format examples in which the day, month and/or year are all expressed as numbers).
UnansweredFormat "Nothing" / "Underscores" / "Asterisks" / "[Variable]" / "*** Variable ***"
Dictates what to merge (by default) when a value for which no answer is available is merged into document text. Corresponds to the "Unanswered variable placeholder" HotDocs setting.
HonorCmpUnansFormat "true" or "false"
Determines whether template author preferences (as specified in a HotDocs component file) should override the default UnansweredFormat specified by the host application. ("true" corresponds to the behavior of desktop HotDocs.)
RequestTimeout (number of seconds) By default, HotDocs Core Services will assume a request to assemble a document has hung if the response takes longer than (a certain time). Setting RequestTimeout to another value can raise or lower the threshhold before HotDocs gives up on a request. For performance reasons, HotDocs Core Services may ignore values over a certain threshhold.
MaxRepeatCount e.g. "100"
The number of iterations through a WHILE loop HotDocs will perform before generating an error. For performance reasons, HotDocs Core Services may ignore values over a certain threshhold.
MaxRecursionDepth e.g. "100"
The maximum depth that may be reached by a recursive script in HotDocs before generating an error. For performance reasons, HotDocs Core Services may ignore values over a certain threshhold.
AssembleMarkedDocuments "true" or "false"
Dictates whether this document will be assembled traditionally ("false") or using markup view ("true").
See Also

Reference