SPWikiPageHomePageFeatureReceiver Members
Include Protected Members
Include Inherited Members
This feature creates a wiki page and sets it as a site home page.
The SPWikiPageHomePageFeatureReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWikiPageHomePageFeatureReceiver | Initializes a new instance of the SPWikiPageHomePageFeatureReceiver() class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FeatureActivated | Creates a wiki page, provisions it with web parts, and set it as the web root folder's welcome page URL. (Overrides SPFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties).) | |
FeatureDeactivating | Deactivates the Wiki page home page feature and restores the previous welcome page URL. (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 | Handles the event that is raised when a Feature is upgraded. (Inherited from SPFeatureReceiver.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top