MetadataPropertyType enumeration
MetadataPropertyType enumeration
Defines metadata property types.
The MetadataPropertyType type exposes the following members:
Fields
Field | Description |
---|---|
EMPTY | Represents an empty (null) property. |
STRING | Represents a string property. |
BOOLEAN | Represents a boolean property. |
DATE_TIME | Represents a date property. |
TIME_SPAN | Represents a time property. |
INTEGER | Represents an integer property. |
LONG | Represents a long integer property. |
DOUBLE | Represents a property with a double or float value. |
STRING_ARRAY | Represents a string array property. |
BYTE_ARRAY | Represents a byte array property. |
DOUBLE_ARRAY | Represents an array of double values. |
INTEGER_ARRAY | Represents an array of integer values. |
LONG_ARRAY | Represents an array of long values. |
METADATA | Represents a nested metadata block. |
METADATA_ARRAY | Represents an array of nested metadata blocks. |
GUID | Represents a global unique identifier value. |
PROPERTY_VALUE_ARRAY | Represents a metadata property value array. |
See Also
- module
groupdocs.metadata.common