HiddenListFullSyncJobDefinition.ProcessSite Method
Processes a HiddenListFullSyncJobDefinition for the specified SPSite object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides Sub ProcessSite ( _
site As SPSite, _
jobState As SPJobState _
)
'Usage
Dim instance As HiddenListFullSyncJobDefinition
Dim site As SPSite
Dim jobState As SPJobState
instance.ProcessSite(site, jobState)
public override void ProcessSite(
SPSite site,
SPJobState jobState
)
Parameters
site
Type: Microsoft.SharePoint.SPSiteSPSite object that represents where the synchronization job runs
jobState
Type: Microsoft.SharePoint.Administration.SPJobStateSPJobState object that represents the state of the current hiddent list full synchronization job
See Also
Reference
HiddenListFullSyncJobDefinition Class