Partager via


ContentIterator.OnProcessedListItemsBatch - Méthode

Détermine si un objet SPList ou un SPFolder a des éléments d'un type de contenu spécifié pour un lot d'articles sur une liste transformée.

Espace de noms :  Microsoft.Office.Server.Utilities
Assembly :  Microsoft.Office.Server (dans Microsoft.Office.Server.dll)

Syntaxe

'Déclaration
Protected Overridable Sub OnProcessedListItemsBatch ( _
    strListId As String, _
    items As SPListItemCollection, _
    batchNo As Integer, _
    batchItemCount As Integer _
)
'Utilisation
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
)

Paramètres

  • batchItemCount
    Type : System.Int32

    Le nombre d'éléments dans le lot.

Voir aussi

Référence

ContentIterator classe

ContentIterator - Membres

Microsoft.Office.Server.Utilities - Espace de noms