SPBackupRestoreConfigurationSettings.CurrentBackupXml Property

Gets or sets the full path to the current spbrtoc.xml which holds a history of backup and restore operations.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CurrentBackupXml As String
    Get
    Friend Set
'Usage
Dim instance As SPBackupRestoreConfigurationSettings
Dim value As String

value = instance.CurrentBackupXml
public string CurrentBackupXml { get; internal set; }

Property Value

Type: System.String
A String that represents the path to the current spbrtoc.xml file for the farm.

Remarks

The spbrtoc.xml file summarizes the data from the individual spbackup.xml and sprestore.xml files stored in the spbr* folders under the CurrentBackupXml folder.

See Also

Reference

SPBackupRestoreConfigurationSettings Class

SPBackupRestoreConfigurationSettings Members

Microsoft.SharePoint.Administration.Backup Namespace