KalturaMatchMetadataCondition
|
Name | Type | Writable | Restrictions | Description |
---|
profileId | int | V | | Metadata profile id
| profileSystemName | string | V | | Metadata profile system name
| 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
|
|