SPBackupInformation Class

Provides information about a backup operation, such as the location of the backup device.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation
    Microsoft.SharePoint.Administration.Backup.SPBackupInformation

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

Syntax

<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPBackupInformation _
    Inherits SPBackupRestoreInformation

Dim instance As SPBackupInformation
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPBackupInformation : SPBackupRestoreInformation

Remarks

This class does not add or override any members, but because the parent class is ambiguously named, making the parent abstract and forcing callers to instantiate this unambiguous class makes code more readable.

This class has no public constructor. To get a reference to an object of this class, you must read the Information property of a the SPBackupRestoreObject object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPBackupInformation Members

Microsoft.SharePoint.Administration.Backup Namespace