Click or drag to resize

ProfileDuplicate Method

Duplicates the specified Profile.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void Duplicate(
	string name,
	string newName
)

Parameters

name
Type: SystemString
The name of the Profile to be duplicated.
newName
Type: SystemString
The name of the new Profile.
See Also