Click or drag to resize

ReqParamsElementFilter Field

"eflt" - Specifies a filter for the active page element (PageElementInfo) specified in navigation to a specific page element in a console page. For a specific record you should use ElementRowKey instead. Typically this a registered filter created using RegisterReqFilterUrl(IAppContext, String, String, String, String). Often this is used in conjunction with a PrimaryKey or Filter which is applied to the main pane.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public const string ElementFilter = "eflt"

Field Value

Type: String
See Also