Description

Backup identity settings to a specified folder.

Return Type

None  

Syntax

object.Backup [BackupFolder], [WhatToBackup]

The Backup Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McIdentity.
BackupFolderOptional. A String value.

The folder where to backup the identity files, in the Resources folder if relative.

WhatToBackupOptional. A mcIdentityBackup enumeration, as described in settings.

Select which settings to backup.

Settings

The settings for WhatToBackup are:

ConstantValueDescription
 mciiBackupSettings1

Backup settings.

 mciiBackupMenus2

Backup menus.

 mciiBackupLayout4

Backup current window layout.

 mciiBackupAll7

Remarks

Identities backed up in Resources\Defaults will be restored from there when calling Reset. The identity is not automatically saved before being backed up, this can be done by calling Save first.