| ProjectSaveAndCreateBackup Method (String, String) | 
            Saves the current project and creates a backup of this project too.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic bool SaveAndCreateBackup(
	string defaultBackupFolder,
	out string backupFilename
)
Public Function SaveAndCreateBackup ( 
	defaultBackupFolder As String,
	<OutAttribute> ByRef backupFilename As String
) As Boolean
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