Share via


SPRestoreEventArgs.RestoredObjects property

Gets a read only collection of objects that represent restored content components.

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

Syntax

'Declaration
Public ReadOnly Property RestoredObjects As ReadOnlyCollection(Of SPBackupRestoreObject)
    Get
'Usage
Dim instance As SPRestoreEventArgs
Dim value As ReadOnlyCollection(Of SPBackupRestoreObject)

value = instance.RestoredObjects
public ReadOnlyCollection<SPBackupRestoreObject> RestoredObjects { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SPBackupRestoreObject>
A ReadOnlyCollection<SPBackupRestoreObject> collection of objects that represent content components in the SharePoint Foundation deployment.

Remarks

This property has no meaning when RestoreType is SiteCollection because only a site collection is being restored.

See also

Reference

SPRestoreEventArgs class

SPRestoreEventArgs members

Microsoft.SharePoint.Administration.Backup namespace