SPRestoreEventArgs.RestoredObjects property
取得讀取僅集合物件,代表還原內容的元件。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property RestoredObjects As ReadOnlyCollection(Of SPBackupRestoreObject)
Get
'用途
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>
ReadOnlyCollection <SPBackupRestoreObject> 物件的集合,代表SharePoint Foundation部署中的內容元件。
備註
有沒有表示RestoreType為SiteCollection ,因為還原網站集合時,此屬性。