Click or drag to resize

ProfileImportFrom Method

Imports a Profile from given location (Full Local or UNC Path)

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void ImportFrom(
	string location
)

Parameters

location
Type: SystemString
The location.

Return Value

Type: 
A Profile object loaded from the given location
See Also