DocumentFieldType Enum

Definition

The type of the value of a DocumentField.

public enum DocumentFieldType
type DocumentFieldType = 
Public Enum DocumentFieldType
Inheritance
DocumentFieldType

Fields

Address 13

Used for AddressValue type.

Boolean 14

Used for Boolean type.

CountryRegion 10

Used for String type with an ISO 3166-1 alpha-3 country code.

Currency 12

Used for CurrencyValue type.

Date 2

Used for DateTime type.

Dictionary 8

Used for Dictionary<TKey,TValue> type.

Double 5

Used for Double type.

Int64 6

Used for Int64 type.

List 7

Used for List<T> type.

PhoneNumber 4

Used for String type with a phone number format.

SelectionMark 9

Used for DocumentSelectionMarkState type.

Signature 11

Used for DocumentSignatureType type.

String 1

Used for String type.

Time 3

Used for TimeSpan type.

Unknown 0

Used when the value of the field could not be parsed by the service. The expected field type can be checked at ExpectedFieldType. Consider using Content to get a textual representation of the field and parsing it manually in this case.

Applies to