find_properties method

find_properties

Finds the metadata properties satisfying a specification. The search is recursive so it affects all nested packages as well.

Returns

A collection that contains properties from the package that satisfy the condition.

def find_properties(self, specification):
    ...
Parameter Type Description
specification groupdocs.metadata.search.Specification A function to test each metadata property for a condition.

See Also