ContentIterator.OnProcessedList Method

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

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

Syntax

'Declaration
Protected Overridable Sub OnProcessedList ( _
    strWebId As String, _
    list As SPList, _
    strListTitle As String, _
    strListName As String _
)
'Usage
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
)

Parameters

See Also

Reference

ContentIterator Class

ContentIterator Members

Microsoft.Office.Server.Utilities Namespace