Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
014 bug 291541 - Added this specific method. Generic SPBackupRestoreObject.AddSPPersistedChildren is avoided to support specific logic to SPFarm
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub AddSPPersistedChildren ( _
self As SPBackupRestoreObject _
)
'Usage
Dim self As SPBackupRestoreObject
Me.AddSPPersistedChildren(self)
protected void AddSPPersistedChildren(
SPBackupRestoreObject self
)