Partager via


ContentIterator.OnProcessedList - Méthode

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

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

Syntaxe

'Déclaration
Protected Overridable Sub OnProcessedList ( _
    strWebId As String, _
    list As SPList, _
    strListTitle As String, _
    strListName As String _
)
'Utilisation
Dim strWebId As String
Dim list As SPList
Dim strListTitle As String
Dim strListName As String

Me.OnProcessedList(strWebId, list, _
    strListTitle, strListName)
protected virtual void OnProcessedList(
    string strWebId,
    SPList list,
    string strListTitle,
    string strListName
)

Paramètres

Voir aussi

Référence

ContentIterator classe

ContentIterator - Membres

Microsoft.Office.Server.Utilities - Espace de noms