ContentIterator.ResumeProcessListItemsBatch Method
Manages resume functions for a batch of list items.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overridable Sub ResumeProcessListItemsBatch ( _
strListId As String, _
<OutAttribute> ByRef strPagingInfo As String _
)
'Usage
Dim strListId As String
Dim strPagingInfo As String
Me.ResumeProcessListItemsBatch(strListId, _
strPagingInfo)
protected virtual void ResumeProcessListItemsBatch(
string strListId,
out string strPagingInfo
)
Parameters
- strListId
Type: System.String
- strPagingInfo
Type: System.String