Updates known metadata properties satisfying the specified predicate, recursively affecting all nested packages.
Please note that GroupDocs.Metadata implicitly checks the type of each filtered property. It’s impossible to update a property with a value having an inappropriate type.
More examples demonstrating usages of this method: Updating metadata
defupdate_properties(self,predicate,value):...
Parameter
Type
Description
predicate
Func[MetadataProperty, bool]
A function to test each metadata property for a condition.