PublishingTimerJobsFeatureHandler.FeatureActivated Method
Executed when the Publishing Timer Jobs feature is activated on a Web application.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides Sub FeatureActivated ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As PublishingTimerJobsFeatureHandler
Dim properties As SPFeatureReceiverProperties
instance.FeatureActivated(properties)
public override void FeatureActivated(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesThe SPFeatureReceiverProperties properties of the Publishing Timer Jobs feature to be activated.
See Also
Reference
PublishingTimerJobsFeatureHandler Class