SPBackupRestoreConsole.GetHistory-Methode (String)
Ruft eine Liste aller Sicherungs- und Wiederherstellungsvorgängen vorgenommen zu (oder von) am angegebenen Speicherort.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetHistory ( _
directory As String _
) As SPBackupRestoreHistoryList
'Usage
Dim directory As String
Dim returnValue As SPBackupRestoreHistoryList
returnValue = SPBackupRestoreConsole.GetHistory(directory)
public static SPBackupRestoreHistoryList GetHistory(
string directory
)
Parameter
directory
Typ: System.StringBackup-Verzeichnis.
Rückgabewert
Typ: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryList
Eine SPBackupRestoreHistoryList , die alle die Sicherungs- und Wiederherstellungsvorgängen zugeordnet directorydarstellt.