P4s3PortalWebSvc AddFilterStatCalcConfig Method A Sandcastle Documented Class Library
Add a new filter stat calc config entry.

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

public bool AddFilterStatCalcConfig(
	string userId,
	string filterId,
	string filterStatId,
	string calcIndex,
	string calcName,
	string formatStr,
	string forceFcl,
	string active,
	string key
)

Parameters

userId
Type: System String
filterId
Type: System String
filterStatId
Type: System String
calcIndex
Type: System String
calcName
Type: System String
formatStr
Type: System String
forceFcl
Type: System String
active
Type: System String
key
Type: System String

Return Value

Type: Boolean
See Also