SPWikiPageHomePageFeatureReceiver.FeatureDeactivating Method
Deactivates the Wiki page home page feature and restores the previous welcome page URL.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub FeatureDeactivating ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As SPWikiPageHomePageFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureDeactivating(properties)
public override void FeatureDeactivating(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesA [Microsoft.SharePoint.SPFeatureReceiverProperties] class that provides access to feature event properties.
See Also
Reference
SPWikiPageHomePageFeatureReceiver Class