SPMDSFeatureReceiver members
Toggles the Master Data Services (MDS) mode for the site.
The SPMDSFeatureReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMDSFeatureReceiver | Initializes a new instance of the SPMDSFeatureReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FeatureActivated | Handles the event that is raised after the MDS feature is activated. (Overrides SPFeatureReceiver.FeatureActivated(SPFeatureReceiverProperties).) | |
FeatureDeactivating | Handles the event that is raised when the MDS feature is deactivated. (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 the MDS feature is upgraded. (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