FPCEnterprise.Backup
Method
Backs up the enterprise policy configuration to a file.
VBScript Syntax[VBScript]
FPCEnterprise.Backup ( sFileName, sComment, bOverwrite )
C++ Syntax[C++]
HRESULT Backup (
BSTR sFileName,
BSTR sComment,
VARIANT_BOOL bOverwrite,
);
Parameters
- sFileName
- A string value that specifies the name of the file that will
contain a copy of the information after the operation is
complete.
- sComment
- Optional. A string value that specifies a comment that can be
added to the backup file.
- bOverwrite
- Optional. A Boolean value that specifies whether to allow the
operation to continue when a backup file with the same name already
exists.
Applies to
FPCEnterprise