Click or drag to resize

ProfileDeleteProfile Method

Deletes the profile.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Profile DeleteProfile(
	string name
)

Parameters

name
Type: SystemString
The name of the profile to be deleted.

Return Value

Type: Profile
The Profile which has been deleted. If "Default" profile is requested for deleting, a object will be returned because default profile is not allowed to be deleted.
See Also