XMPData_GetSimplePropertyValue¶
Return the value of a *Simple* property in an XMP data object.
XMPData_GetSimplePropertyValue(xmpDataRef;propPath) ➔ propValue
| → | xmpDataRef |
Text | The XMP data reference. |
| → | propPath |
Text | The property path. |
| ↩︎ | propValue |
Text | The property value. |
Return the value of Simple 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.
The property value is returned in the method result (propValue).