XMPData_PropertyExists¶
Tests for the existence of a property in an XMP data object.
XMPData_PropertyExists(xmpDataRef;propPath) ➔ propExists
| → | xmpDataRef |
Text | The XMP data reference. |
| → | propPath |
Text | The property path. |
| ↩︎ | propExists |
Longint | 1 if property exists, 0 otherwise. |
Tests for the existence of property propPath in the XMP data object xmpDataRef.
Parameter xmpDataRef is the reference to the XMP data object.
Parameter propPath is the full path of the property.
If the property exists, the method returns 1, otherwise 0.