SPBackupRestoreConsole.GetHistory-Methode (String, Boolean)
Ruft eine Liste aller backup-Vorgänge, die mit der angegebenen Position oder alle Wiederherstellungsoperationen, die den Speicherort ab.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetHistory ( _
directory As String, _
isBackup As Boolean _
) As SPBackupRestoreHistoryList
'Usage
Dim directory As String
Dim isBackup As Boolean
Dim returnValue As SPBackupRestoreHistoryList
returnValue = SPBackupRestoreConsole.GetHistory(directory, _
isBackup)
public static SPBackupRestoreHistoryList GetHistory(
string directory,
bool isBackup
)
Parameter
directory
Typ: System.StringBackup-Verzeichnis.
isBackup
Typ: System.Booleantrue Auflisten der Sicherungsvorgänge; false Wiederherstellungsoperationen aufgelistet.
Rückgabewert
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryList
Ein SPBackupRestoreHistoryList , das alle Sicherungen oder alle zugeordneten directoryWiederherstellungsoperationen darstellt.