SPSite.ConfirmUsage Method
Certifies that the site collection is in use.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Function ConfirmUsage As Boolean
'Usage
Dim instance As SPSite
Dim returnValue As Boolean
returnValue = instance.ConfirmUsage()
public bool ConfirmUsage()
Return Value
Type: System.Boolean
The ConfirmUsage method always returns true.