SPFarm.AddSPPersistedChildren method
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
)