SPBackupRestoreHistoryObject.DirectoryName property
The directory that was the target of the backup or the source of the restore operation.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DirectoryName As String
Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As String
value = instance.DirectoryName
public string DirectoryName { get; }
Property value
Type: System.String
A String that represents the directory to where the components were backed up.
Remarks
Compare with Directory.
See also
Reference
SPBackupRestoreHistoryObject class