SPSiteNotebookFeatureReceiver members
This feature creates a OneNote notebook and a link in the quicklaunch.
The SPSiteNotebookFeatureReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSiteNotebookFeatureReceiver | Initializes a new instance of the SPSiteNotebookFeatureReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FeatureActivated | When the SiteNotebook feature is activated, a OneNote notebook is provisioned in the Shared Documents library and a link is placed in the site quicklaunch. (Overrides SPFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties).) | |
FeatureDeactivating | When the Site Notebook feature is deactivated, remove the link, but not the notebook document. (Overrides SPFeatureReceiver.FeatureDeactivating(SPFeatureReceiverProperties).) | |
FeatureInstalled | Handles the event that is raised after a Feature is installed. (Inherited from SPFeatureReceiver.) | |
FeatureUninstalling | Handles the event that is raised when a Feature is uninstalled. (Inherited from SPFeatureReceiver.) | |
FeatureUpgrading | When the Site Notebook feature is upgraded, delete the link and try to reprovision the notebook. (Overrides SPFeatureReceiver.FeatureUpgrading(SPFeatureReceiverProperties, String, IDictionary<String, String>).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top