Click or drag to resize

ProjectSave Method

Saves this instance. when the file has never been saved or loaded, the return value will be False. SaveAs(string path) should be called for the first save.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool Save()

Return Value

Type: Boolean
Boolean value indicates if the save is successful, if not user have to choose a path and filename to save again using SaveAs
See Also