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.SPSiteThe SPSite object.
strSiteName
Type: System.StringThe name of the site.