MetadataPropertyType class
Leave feedback
On this page
The MetadataPropertyType type exposes the following members:
| 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. |
| OBJECT | Represents a metadata property value object. |
Task guides that use MetadataPropertyType:
- module
groupdocs.metadata.common
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.