ImportModelReceiver.FeatureActivated method
Activates the feature. It imports the model file, resource model file and the assemblies.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Overrides Sub FeatureActivated ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As ImportModelReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureActivated(properties)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public override void FeatureActivated(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesFeature properties.