ContentIterator.ListProcessor Delegate
Delegate for processing a list.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Delegate Sub ListProcessor ( _
list As SPList _
)
'Usage
Dim instance As New ListProcessor(AddressOf HandlerMethod)
public delegate void ListProcessor(
SPList list
)
Parameters
- list
Type: Microsoft.SharePoint.SPList
Remarks
A delegate of this type must be passed to the ProcessLists method. This delegate will be called for each SPList object in the iteration.