Click or drag to resize

MapperFiltersClearByFlag Method

Clears all filters having any of the specified FilterFlags set.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int ClearByFlag(
	FilterFlags flags
)

Parameters

flags
Type: NetQuarry.DataFilterFlags
The flags identifying items to remove.

Return Value

Type: Int32
The number of filters removed.
See Also