Specifies the data type of a field.
Namespace: kCura.IntegrationPoints.Contracts.Models
Assembly: kCura.IntegrationPoints.Contracts (in kCura.IntegrationPoints.Contracts.dll) Version: 10.2.0.0 (10.2.0.0)
Syntax
C#
public enum FieldType
Members
Member name | Value | Description | |
---|---|---|---|
String | 1 | The field type of String. | |
File | 2 | The field type of File Type. |
See Also