FindProperties
Leave feedback
On this page
Finds the metadata properties satisfying the specified predicate. The search is recursive so it affects all nested packages as well.
public virtual IEnumerable<MetadataProperty> FindProperties(Func<MetadataProperty, bool> predicate)
| Parameter | Type | Description |
|---|---|---|
| predicate | Func`2 | A function to test each metadata property for a condition. |
An IEnumerable that contains properties from the package that satisfy the condition.
Learn more
- More examples demonstrating usages of this method: Extracting metadata
- class MetadataProperty
- delegate Func<T,TResult>
- class MetadataPackage
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.