Tristate is a way to represent boolean values and allow "default" values if defined elsewhere
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 | A Default value means the current setting is defined somewhere else, such as on HotDocs server. | |
True | 1 | a True value means the respective boolean setting evaluates to the "true" value. | |
False | 2 | a False value means the respective boolean setting evaluates to the "false" value. |
See Also