Share via


DocData.BackupFile(String) Method

Definition

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

Returns

Applies to