ContentIterator.ResumeProcessWebs Method

Manages resume actions for a collection of webs.

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

Syntax

'Declaration
Protected Overridable Sub ResumeProcessWebs ( _
    strSiteId As String, _
    webs As SPWebCollection, _
    <OutAttribute> ByRef webNames As String(), _
    <OutAttribute> ByRef cWebs As Integer, _
    <OutAttribute> ByRef iWeb As Integer _
)
'Usage
Dim strSiteId As String
Dim webs As SPWebCollection
Dim webNames As String()
Dim cWebs As Integer
Dim iWeb As Integer

Me.ResumeProcessWebs(strSiteId, webs, _
    webNames, cWebs, iWeb)
protected virtual void ResumeProcessWebs(
    string strSiteId,
    SPWebCollection webs,
    out string[] webNames,
    out int cWebs,
    out int iWeb
)

Parameters

  • webNames
    Type: []

Remarks

The sites collection is sorted by the site-relative URL (that is, without the leading slash).

See Also

Reference

ContentIterator Class

ContentIterator Members

Microsoft.Office.Server.Utilities Namespace