Click or drag to resize
ProjectSaveAndCreateBackup Method (String, String)
Saves the current project and creates a backup of this project too.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool SaveAndCreateBackup(
	string defaultBackupFolder,
	out string backupFilename
)

Parameters

defaultBackupFolder
Type: SystemString
The default backup folder as specified in the preferences.
backupFilename
Type: SystemString
output variable which will contain the backup filename used.

Return Value

Type: Boolean
true if backup was created succesfully, false otherwise
See Also