IUpgradeActionCollection.AddMapFileUpgradeAction Method

Definition

Adds a new IMapFileUpgradeAction upgrade action to the feature upgrade actions collection.

public:
 Microsoft::VisualStudio::SharePoint::Features::IMapFileUpgradeAction ^ AddMapFileUpgradeAction();
public Microsoft.VisualStudio.SharePoint.Features.IMapFileUpgradeAction AddMapFileUpgradeAction ();
abstract member AddMapFileUpgradeAction : unit -> Microsoft.VisualStudio.SharePoint.Features.IMapFileUpgradeAction
Public Function AddMapFileUpgradeAction () As IMapFileUpgradeAction

Returns

The new upgrade action added to the collection.

Remarks

Maps an uncustomized file from the Office 12 folder to the Office 14 folder.

For more information about upgrading features, see Upgrading Features.

Applies to