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.
Will be called for each site in the web application for site level processing.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride Sub ProcessSite ( _
site As SPSite, _
jobState As SPJobState _
)
'Usage
Dim instance As SPAllSitesJobDefinition
Dim site As SPSite
Dim jobState As SPJobState
instance.ProcessSite(site, jobState)
public abstract void ProcessSite(
SPSite site,
SPJobState jobState
)
Parameters
- site
Type: Microsoft.SharePoint.SPSite
- jobState
Type: Microsoft.SharePoint.Administration.SPJobState