ProjectSaveAndCreateBackup Method (String) |
Saves the current project and creates a backup of this project too. The backup will be placed in the same folder the project is saved in.
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 SaveAndCreateBackup(
out string backupFilename
)
Public Function SaveAndCreateBackup (
<OutAttribute> ByRef backupFilename As String
) As Boolean
Parameters
- backupFilename
- Type: SystemString
output variable which will contain the backup filename used.
Return Value
Type:
Booleantrue if backup was created succesfully, false otherwise
See Also