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.
Delegate for processing an enumeration of sites.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Delegate Sub SitesProcessor ( _
sites As SPSiteCollection _
)
'Usage
Dim instance As New SitesProcessor(AddressOf HandlerMethod)
public delegate void SitesProcessor(
SPSiteCollection sites
)
Parameters
Remarks
A delegate of this type must be passed to the ExecuteSitesProcessingDirect method. This delegate will be called for each page of the SPSite objects in the enumeration.