ContentIterator.ItemProcessor delegate
A delegate that represents a group of settings that indicate how to process individual items in a ContentIterator object.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Delegate Sub ItemProcessor ( _
item As SPListItem _
)
'Usage
Dim instance As New ItemProcessor(AddressOf HandlerMethod)
public delegate void ItemProcessor(
SPListItem item
)
Parameters
item
Type: Microsoft.SharePoint.SPListItemThe item to process.