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
- web
Type: Microsoft.SharePoint.SPWeb
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.