SavedFiltersLoad Method (IAppContext, Boolean) |
Load the filters.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Load(
IAppContext cxt,
bool flushCache
)
Public Sub Load (
cxt As IAppContext,
flushCache As Boolean
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - flushCache
- Type: SystemBoolean
boolean indicating whether the cached filters should be flushed
See Also