Click or drag to resize

ProjectLoadFrom Method

Loads an extension project from local or UNC path

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Task<Project> LoadFrom(
	string path
)

Parameters

path
Type: SystemString
The absolute path (local or UNC path) of the extension project.

Return Value

Type: TaskProject
A Project object, represents an extension project loaded from the ginven path.
See Also