ContentIterator.SitesProcessor delegate

Delegate for processing an enumeration of sites.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Delegate Sub SitesProcessor ( _
    sites As SPSiteCollection _
)
'Usage
Dim instance As New SitesProcessor(AddressOf HandlerMethod)
public delegate void SitesProcessor(
    SPSiteCollection sites
)

Parameters

Remarks

A delegate of this type must be passed to the ExecuteSitesProcessingDirect method. This delegate will be called for each page of the SPSite objects in the enumeration.

See also

Reference

Microsoft.Office.Server.Utilities namespace