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

See Also