AutomationProjectSaveAs Method |
Saves the current automation project as other file.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool SaveAs(
string path
)
Public Function SaveAs (
path As String
) As Boolean
public:
bool SaveAs(
String^ path
)
member SaveAs :
path : string -> bool
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
BooleanA
Boolean value indicate if the current automation project is saved.
See Also