DataSourceFieldType Enumeration
DataSourceFieldType lists the possible types of fields in data sources (Text, Number, Date, or TrueFalse).

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

public enum DataSourceFieldType
Members

  Member nameValueDescription
Text0 The type of the data source field is Text
Number1 The type of the data source field is Number
Date2 The type of the data source field is Date
TrueFalse3 The type of the data source field is TrueFalse
See Also