UpgradeActions Element (Feature)
适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
指定功能的升级操作。
定义
<UpgradeActions
ReceiverAssembly = string
ReceiverClass = string>
<AddContentTypeField />
<ApplyElementManifests>
...
<CustomUpgradeActions>
...
</CustomUpgradeActions>
<MapFile />
<VersionRange>
...
</VersionRange>
</UpgradeActions>
元素和属性
下面各部分介绍了属性、子元素和父元素。
Attributes
属性 | 说明 |
---|---|
ReceiverAssembly | 可选属性,类型为 string。 指定程序集的强名称。 当正在升级的功能位于 SharePoint 外接程序中时,不能使用此属性。 |
ReceiverClass | 可选属性,类型为 string。 指定接收器类。 当正在升级的功能位于 SharePoint 外接程序中时,不能使用此属性。 |
子元素
元素 |
---|
AddContentTypeField 元素(功能) |
ApplyElementManifests Element (Feature) |
CustomUpgradeAction Element (Feature) |
MapFile 事件(功能) |
VersionRange 元素(功能) |
父元素
元素 |
---|
Feature 元素(功能) |
出现次数
最小值:0 最大值:1 |