SqlTokenToolBox CopyFilterReportsAndStatisticsToCreatedFilter Method (String, String, String, String, Boolean, String)A Sandcastle Documented Class Library
Copies a filter's reports and statistics to a new filter created by this method. Optionally forces a rename of the filter to a safeName.

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

public static SimpleOperationResult CopyFilterReportsAndStatisticsToCreatedFilter(
	string srcFilterZzRowId,
	string destUserId,
	string destUsername,
	string destDir,
	bool safeName,
	string key
)

Parameters

srcFilterZzRowId
Type: System String
destUserId
Type: System String
destUsername
Type: System String
destDir
Type: System String
safeName
Type: System Boolean
key
Type: System String

Return Value

Type: SimpleOperationResult
See Also