SPContentDatabase.RepairSiteOrphans method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function RepairSiteOrphans ( _
repair As Boolean, _
force As Boolean, _
noRetention As Boolean _
) As String
'Usage
Dim instance As SPContentDatabase
Dim repair As Boolean
Dim force As Boolean
Dim noRetention As Boolean
Dim returnValue As String
returnValue = instance.RepairSiteOrphans(repair, _
force, noRetention)
public string RepairSiteOrphans(
bool repair,
bool force,
bool noRetention
)
Parameters
- repair
Type: System.Boolean
- force
Type: System.Boolean
- noRetention
Type: System.Boolean
Return value
Type: System.String