Description
Backup identity settings to a specified folder.
-
Return Type
-
None
-
Syntax
-
object.Backup [BackupFolder], [WhatToBackup]
The Backup Method syntax has these parts: |
| object | An expression evaluating to an object of type McIdentity. | | BackupFolder | Optional. A String value. The folder where to backup the identity files, in the Resources folder if relative.
| | WhatToBackup | Optional. A mcIdentityBackup enumeration, as described in settings. Select which settings to backup.
| Settings The settings for WhatToBackup are:
 | mciiBackupSettings | 1 |
Backup settings.
|
 | mciiBackupMenus | 2 |
Backup menus.
|
 | mciiBackupLayout | 4 |
Backup current window layout.
|
 | mciiBackupAll | 7 | |
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.
|