DiscreteUpgradeActionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of action to execute when upgrading a feature.
public enum class DiscreteUpgradeActionType
public enum DiscreteUpgradeActionType
type DiscreteUpgradeActionType =
Public Enum DiscreteUpgradeActionType
- Inheritance
-
DiscreteUpgradeActionType
Fields
Name | Value | Description |
---|---|---|
AddContentTypeField | 0 | Adds a new field to an existing content type. |
ApplyElementManifests | 1 | Provisions new feature elements. |
Custom | 2 | Executes custom code in a feature event receiver. |
MapFile | 3 | Remaps non-customized files to a different setup path on the Web front-end (WFE) file system. |