DataSourceField FieldType Property
DataSourceFieldType is an enumeration that describes the type (such as text, number, etc.) of the current field.

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

public DataSourceFieldType FieldType { get; private set; }

Property Value

Type: DataSourceFieldType
See Also