Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the type of action to execute when upgrading a feature.
Namespace: Microsoft.VisualStudio.SharePoint.Features
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Enumeration DiscreteUpgradeActionType
public enum DiscreteUpgradeActionType
Members
| Member name | Description | |
|---|---|---|
| AddContentTypeField | Adds a new field to an existing content type. | |
| ApplyElementManifests | Provisions new feature elements. | |
| Custom | Executes custom code in a feature event receiver. | |
| MapFile | Remaps non-customized files to a different setup path on the Web front-end (WFE) file system. |