SPBackupRestoreConsole.GetHistory - Méthode (String)
Obtient une liste de tous les sauvegarder et restaurer des opérations effectuées à (ou à partir de) l'emplacement spécifié.
Espace de noms : Microsoft.SharePoint.Administration.Backup
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetHistory ( _
directory As String _
) As SPBackupRestoreHistoryList
'Utilisation
Dim directory As String
Dim returnValue As SPBackupRestoreHistoryList
returnValue = SPBackupRestoreConsole.GetHistory(directory)
public static SPBackupRestoreHistoryList GetHistory(
string directory
)
Paramètres
directory
Type : System.StringLe répertoire de sauvegarde.
Valeur renvoyée
Type : Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryList
SPBackupRestoreHistoryList qui représente toutes les opérations de sauvegarde et de restauration associées à directory.