RemoveProperties
MetadataPackage.RemoveProperties method
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. |
Return Value
The number of affected properties.
Remarks
Learn more
- More examples demonstrating usages of this method: Removing metadata
See Also
- delegate Func<T,TResult>
- class MetadataProperty
- class MetadataPackage
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata