ProjectSave Method (Boolean) |
Saves this project to Xml, to the file stored inside this project's properties.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public bool Save(
bool keepMarkedAsChanged
)
Public Function Save (
keepMarkedAsChanged As Boolean
) As Boolean
Parameters
- keepMarkedAsChanged
- Type: SystemBoolean
if set to true [keep marked as changed].
Return Value
Type:
Boolean
true if save succeeded, false if save was aborted
Remarks
uses MessageBox.Show for error/warning display. if you want to save this project in a non-interactive environment or console application
please use the Save overload which accepts Func/Action delegates to customize this behavior.
See Also