P4s3PortalWebSvc CopyStatistic Method A Sandcastle Documented Class Library
Copies a statistic and all supporting data.

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

public bool CopyStatistic(
	string destUserId,
	string destFilterZzRowId,
	string destStatZzRowId,
	string srcUserId,
	string srcFilterZzRowId,
	string srcStatZzRowId,
	string key
)

Parameters

destUserId
Type: System String
destFilterZzRowId
Type: System String
destStatZzRowId
Type: System String
srcUserId
Type: System String
srcFilterZzRowId
Type: System String
srcStatZzRowId
Type: System String
key
Type: System String

Return Value

Type: Boolean
See Also