Click or drag to resize

ProjectSaveAs Method

Saves this instance as another file

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void SaveAs(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: 
Boolean value indicates if the save is successful.
See Also