Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When the Site Notebook feature is deactivated, remove the link, but not the notebook document.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub FeatureDeactivating ( _
properties As SPFeatureReceiverProperties _
)
'Usage
Dim instance As SPSiteNotebookFeatureReceiver
Dim properties As SPFeatureReceiverProperties
instance.FeatureDeactivating(properties)
public override void FeatureDeactivating(
SPFeatureReceiverProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPFeatureReceiverPropertiesThe feature receiver properties.
See also
Reference
SPSiteNotebookFeatureReceiver class