Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public bool SaveAndCreateBackup(
	out string backupFilename
)

Parameters

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