XMPData_SetSimplePropertyValue¶
Set the value of a *simple* property in an XMP data object.
XMPData_SetSimplePropertyValue(xmpDataRef;propPath;propValue) ➔ success
| → | xmpDataRef |
Text | The XMP data reference. |
| → | propPath |
Text | The property path. |
| → | propValue |
Text | The property value. |
| ↩︎ | success |
Longint | Completion status: 1 on success, 0 otherwise. |
Set 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.
If the path specifies a nested property, the parent property must exist.
Parameter propValue is the property value.