add_properties method

add_properties

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

Returns

The number of affected properties.

def add_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 value for the picked properties.

See Also