ReportingGallery.Delete Method (SPWeb, Boolean)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Sub Delete ( _
web As SPWeb, _
fThrowIfNotFound As Boolean _
)
'Usage
Dim web As SPWeb
Dim fThrowIfNotFound As BooleanReportingGallery.Delete(web, fThrowIfNotFound)
public static void Delete(
SPWeb web,
bool fThrowIfNotFound
)
Parameters
- web
Type: Microsoft.SharePoint.SPWeb
- fThrowIfNotFound
Type: System.Boolean