FilterBuilder InsertNewFilterActive Method A Sandcastle Documented Class Library
Inserts a new filter and makes sets its active/inactive state.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private bool InsertNewFilterActive(
	Dictionary<string, string> rowData,
	string active
)

Parameters

rowData
Type: System.Collections.Generic Dictionary String, String 
active
Type: System String

Return Value

Type: Boolean
See Also