KalturaCompareMetadataCondition
|
Name | Type | Writable | Description |
---|
profileId | int | V | Metadata profile id
| xPath | string | V | May contain the full xpath to the field in three formats
1. Slashed xPath, e.g. /metadata/myElementName
2. Using local-name function, e.g. /[local-name()='metadata']/[local-name()='myElementName']
3. Using only the field name, e.g. myElementName, it will be searched as //myElementName
|
|