RemoveProperties
Leave feedback
On this page
Removes metadata properties satisfying the specified predicate.
public virtual int RemoveProperties(Func<MetadataProperty, bool> predicate)
| Parameter | Type | Description |
|---|---|---|
| predicate | Func`2 | A function to test each metadata property for a condition. |
The number of affected properties.
Learn more
- More examples demonstrating usages of this method: Removing metadata
- delegate Func<T,TResult>
- class MetadataProperty
- 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.