P4s3PortalWebSvc AddFilterReport Method A Sandcastle Documented Class Library
Stores a new filter report, adds a new entry into the database.

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

public bool AddFilterReport(
	string reportName,
	string reportDesc,
	string reportCoded,
	string reportLiteral,
	string filterCoded,
	string filterLiteral,
	string active,
	string createdOn,
	string userId,
	string filterId,
	string isPublic,
	string key
)

Parameters

reportName
Type: System String
reportDesc
Type: System String
reportCoded
Type: System String
reportLiteral
Type: System String
filterCoded
Type: System String
filterLiteral
Type: System String
active
Type: System String
createdOn
Type: System String
userId
Type: System String
filterId
Type: System String
isPublic
Type: System String
key
Type: System String

Return Value

Type: Boolean
See Also