ContentIterator.ProcessLists Method
Processes a collection of lists.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub ProcessLists ( _
lists As SPListCollection, _
listProcessor As ContentIterator.ListProcessor, _
errorCallout As ContentIterator.ListProcessorErrorCallout _
)
'Usage
Dim instance As ContentIterator
Dim lists As SPListCollection
Dim listProcessor As ContentIterator.ListProcessor
Dim errorCallout As ContentIterator.ListProcessorErrorCallout
instance.ProcessLists(lists, listProcessor, _
errorCallout)
public void ProcessLists(
SPListCollection lists,
ContentIterator.ListProcessor listProcessor,
ContentIterator.ListProcessorErrorCallout errorCallout
)
Parameters
- lists
Type: Microsoft.SharePoint.SPListCollection
A list collection to process.
- listProcessor
Type: Microsoft.Office.Server.Utilities.ContentIterator.ListProcessor
The callout to process each list.
- errorCallout
Type: Microsoft.Office.Server.Utilities.ContentIterator.ListProcessorErrorCallout
The optional callout to handle errors.