ContentIterator.WebProcessor delegate

Delegate for processing a web.

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

Syntax

'Declaration
Public Delegate Sub WebProcessor ( _
    web As SPWeb _
)
'Usage
Dim instance As New WebProcessor(AddressOf HandlerMethod)
public delegate void WebProcessor(
    SPWeb web
)

Parameters

Remarks

A delegate of this type must be passed to the ProcessSite method. This delegate will be called for each SPWeb object in the iteration.

See also

Reference

Microsoft.Office.Server.Utilities namespace