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
)
Public Function Subset (
flags As FilterFlags
) As MapperFilters
Parameters
- flags
- Type: NetQuarry.DataFilterFlags
The criteria for the filters of interest.
Return Value
Type:
MapperFiltersThe 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