update_properties method

update_properties

Updates known metadata properties satisfying a specification. The operation is recursive so it affects all nested packages as well.

Returns

The number of affected properties.

def update_properties(self, specification, value):
    ...
Parameter Type Description
specification groupdocs.metadata.search.Specification A specification to test each metadata property for a condition.
value groupdocs.metadata.common.PropertyValue A new value for the filtered properties.

See Also