IUpgradeActionCollection.AddMapFileUpgradeAction Method
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.
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.