SqlTokenToolBox CopyFilter Method A Sandcastle Documented Class Library
Copies only a filter entry into a new filter entry. Returns the name of the new filter and the destination user id in the return object.

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

public static SimpleOperationResult CopyFilter(
	string srcFilterZzRowId,
	string destUserId,
	string destUsername,
	string destDir,
	string key
)

Parameters

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

Return Value

Type: SimpleOperationResult
See Also