Collection of settings that can be specified when requesting a document assembly.
Values may be provided for the following settings:
When you do not explicitly provide values for any setting, the default values specified
in the HotDocs Cloud Services Administrative Portal will be used.
Namespace: HotDocs.SdkSetting Name | Description |
---|---|
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 Cloud 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 Cloud 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 Cloud 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 Cloud 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"). |
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Property Value
Type:


See Also