ContentIterator.OnProcessedSite Method
Determines if a SPList object or a SPFolder object has items of a specified content type for a batch of items on a processed site.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overridable Sub OnProcessedSite ( _
site As SPSite, _
strSiteName As String _
)
'Usage
Dim site As SPSite
Dim strSiteName As String
Me.OnProcessedSite(site, strSiteName)
protected virtual void OnProcessedSite(
SPSite site,
string strSiteName
)
Parameters
- site
Type: Microsoft.SharePoint.SPSite
The SPSite object.
- strSiteName
Type: System.String
The name of the site.