M-Files API 23.11.13135.0
GetBackupFileContents Method
ServerVaultManagementOperations Object : GetBackupFileContents Method
Path to a full backup file on the server.
Path to a differential backup file on the server.

Account information for accessing the backup files on the server.

In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.

Description
Gets information on the specified backup file.
Syntax
Visual Basic
Public Function GetBackupFileContents( _
   ByVal BackupFileFull As String, _
   ByVal BackupFileDifferential As String, _
   Optional ByVal Impersonation As Impersonation = 0 _
) As VaultProperties
Parameters
BackupFileFull
Path to a full backup file on the server.
BackupFileDifferential
Path to a differential backup file on the server.
Impersonation

Account information for accessing the backup files on the server.

In scripting languages, a specific null value (e.g., Nothing in VBScript) should be used to indicate the default value.

See Also

ServerVaultManagementOperations Object  | ServerVaultManagementOperations Members