P4s3PortalWebSvc UpdateFilterCore3 Method A Sandcastle Documented Class Library
Updates a filter's core data with given filter id.

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

public bool UpdateFilterCore3(
	string filterId,
	string sql,
	string serialCoded,
	string serialLiteral,
	string key
)

Parameters

filterId
Type: System String
sql
Type: System String
serialCoded
Type: System String
serialLiteral
Type: System String
key
Type: System String

Return Value

Type: Boolean
See Also