PublishingTimerJobsFeatureHandler.FeatureInstalled Method
Fires when a feature is introduced into the farm.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides Sub FeatureInstalled ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As PublishingTimerJobsFeatureHandler
Dim properties As SPFeatureReceiverProperties
instance.FeatureInstalled(properties)
public override void FeatureInstalled(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesThe SPFeatureReceiverProperties roperties of the Publishing Timer Jobs feature to be deactivated
See Also
Reference
PublishingTimerJobsFeatureHandler Class