FilterBuilder UpdateExistingFilter Method A Sandcastle Documented Class Library
Updates an existing filter record in the database.

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

private bool UpdateExistingFilter(
	Dictionary<string, string> rowData,
	string filterId
)

Parameters

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

Return Value

Type: Boolean
See Also