DataSourceFieldType lists the possible types of fields in data sources (Text, Number, Date, or TrueFalse).
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Text | 0 | The type of the data source field is Text | |
Number | 1 | The type of the data source field is Number | |
Date | 2 | The type of the data source field is Date | |
TrueFalse | 3 | The type of the data source field is TrueFalse |
See Also