ContentIterator.ResumeProcessLists method
Manages resume functions for a collection of lists.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overridable Sub ResumeProcessLists ( _
strWebId As String, _
lists As SPListCollection, _
<OutAttribute> ByRef listNames As String(), _
<OutAttribute> ByRef cLists As Integer, _
<OutAttribute> ByRef iList As Integer _
)
'Usage
Dim strWebId As String
Dim lists As SPListCollection
Dim listNames As String()
Dim cLists As Integer
Dim iList As Integer
Me.ResumeProcessLists(strWebId, lists, _
listNames, cLists, iList)
protected virtual void ResumeProcessLists(
string strWebId,
SPListCollection lists,
out string[] listNames,
out int cLists,
out int iList
)
Parameters
- strWebId
Type: System.String
- lists
Type: Microsoft.SharePoint.SPListCollection
- listNames
Type: []
- cLists
Type: System.Int32
- iList
Type: System.Int32