ContentIterator.SiteProcessor Delegate

Delegate for processing a site.

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

Syntax

'Declaration
Public Delegate Sub SiteProcessor ( _
    site As SPSite _
)
'Usage
Dim instance As New SiteProcessor(AddressOf HandlerMethod)
public delegate void SiteProcessor(
    SPSite site
)

Parameters

Remarks

A delegate of this type must be passed to the ProcessSites method. This delegate will be called for each SPSite object inthe iteration.

See Also

Reference

Microsoft.Office.Server.Utilities Namespace