Click or drag to resize

SavedFilterOpen Method (IAppContext, IDatabase, String)

Opens the specified saved filter from the specified database and returns the SavedFilter object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static SavedFilter Open(
	IAppContext appCxt,
	IDatabase db,
	string filterID
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
db
Type: NetQuarryIDatabase
The database from which to load.
filterID
Type: SystemString
The ID of the filter.

Return Value

Type: SavedFilter
A new SavedFilter object opened from the database.
See Also