XMPData_GetPropertyNamesΒΆ

Return the full names of the properties in an XMP data object.
XMPData_GetPropertyNames(xmpDataRef;parentPath;propNames)
β†’ xmpDataRef Text The XMP data reference.
β†’ parentPath Text The parent property path.
← propNames Array text Child property names.

Return the full names of the properties at parentPath in the XMP data object `` xmpDataRef``.

Parameter xmpDataRef is the reference to the XMP data object.

Parameter parentPath is the full path of the property whose sub-property names will be returned. Passing an empty string returns the names of the properties at the root level of the XMP data object.

The property names are returned in the propNames text array parameter.