DocData.BackupFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Make a single file backup of this document. Returns whether the document is expected to re-load without data loss. If there are any actual save errors then an exception should be raised.
protected:
virtual bool BackupFile(System::String ^ backupFileName);
protected virtual bool BackupFile (string backupFileName);
abstract member BackupFile : string -> bool
override this.BackupFile : string -> bool
Protected Overridable Function BackupFile (backupFileName As String) As Boolean
Parameters
- backupFileName
- String