  | FieldOptionCollectionRemoveAll Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic int RemoveAll(
	Predicate<FieldOption> match
)
Public Function RemoveAll ( 
	match As Predicate(Of FieldOption)
) As Integer
Parameters
- match
 - Type: SystemPredicateFieldOption
 
Return Value
Type: 
Int32
See Also