ContentIterator.OnProcessedListItemsBatch Method

Determines if a SPList object or a SPFolder object has items of a specified content type for a batch of items on a processed list.

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

Syntax

'Declaration
Protected Overridable Sub OnProcessedListItemsBatch ( _
    strListId As String, _
    items As SPListItemCollection, _
    batchNo As Integer, _
    batchItemCount As Integer _
)
'Usage
Dim strListId As String
Dim items As SPListItemCollection
Dim batchNo As Integer
Dim batchItemCount As Integer

Me.OnProcessedListItemsBatch(strListId, _
    items, batchNo, batchItemCount)
protected virtual void OnProcessedListItemsBatch(
    string strListId,
    SPListItemCollection items,
    int batchNo,
    int batchItemCount
)

Parameters

  • batchItemCount
    Type: System.Int32
    The number of items in the batch.

See Also

Reference

ContentIterator Class

ContentIterator Members

Microsoft.Office.Server.Utilities Namespace