Click or drag to resize

MapperFiltersSubset Method

Obtain a MapperFilters collection with a subset of this collection's MapperFilter filters where each has all the specified flags set. For example, just ForUser to get all user-applied filters.

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

Parameters

flags
Type: NetQuarry.DataFilterFlags
The criteria for the filters of interest.

Return Value

Type: MapperFilters
The collection of matching filters, or an empty collection (but not null) if no items match.
Remarks
This method always returns a MapperFilters collection even when no matching filters are found.
See Also