Click or drag to resize

NamedFiltersCreateInstance Method

Creates a new instance of NamedFilters and loads it. If the cache metadata property is set on the IAppContext, then the NamedFilters object is loaded from the cache.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static NamedFilters CreateInstance(
	IAppContext appContext
)

Parameters

appContext
Type: NetQuarryIAppContext
The application context to use for the collection.

Return Value

Type: NamedFilters
A new NamedFilters object
See Also