is_satisfied_by method
is_satisfied_by(self, candidate)
Verifies whether a MetadataProperty satisfies the specification.
Returns
True, if the passed property satisfies the specification; otherwise, false.
def is_satisfied_by(self, candidate):
...
| Parameter | Type | Description |
|---|---|---|
| candidate | groupdocs.metadata.common.MetadataProperty | A metadata property to test. |
See Also
- module
groupdocs.metadata.search - class
FallsIntoCategorySpecification - class
MetadataProperty