Tristate Enumeration
Tristate is a way to represent boolean values and allow "default" values if defined elsewhere

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum Tristate
Members

  Member nameValueDescription
Default0 A Default value means the current setting is defined somewhere else, such as on HotDocs server.
True1 a True value means the respective boolean setting evaluates to the "true" value.
False2 a False value means the respective boolean setting evaluates to the "false" value.
See Also