Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resumes processing the list of items in a batch.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overrides Sub ResumeProcessListItemsBatch ( _
strListId As String, _
<OutAttribute> ByRef strPagingInfo As String _
)
'Usage
Dim strListId As String
Dim strPagingInfo As String
Me.ResumeProcessListItemsBatch(strListId, _
strPagingInfo)
protected override void ResumeProcessListItemsBatch(
string strListId,
out string strPagingInfo
)
Parameters
- strListId
Type: System.String
The list ID.
- strPagingInfo
Type: System.String
Paging information.