AssemblyRedirects 元素
(WorkflowInfo 元素) (Action4)
适用于:SharePoint Server 2013
指定在受版本控制的二进制文件系统中将一个二进制文件转换为另一个二进制文件,以便客户端有足够的信息来加载所需的二进制文件。
用法
<AssemblyRedirects>
<AssemblyRedirect />
</AssemblyRedirects>
元素信息
元素信息 | 文件 |
---|---|
元素类型 | |
命名空间 | |
架构文件 | Actions4.xsd |
定义
<xs:element name="AssemblyRedirects" minOccurs="0" maxOccurs="1" >
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="AssemblyRedirect" >
<xs:attribute name="From" type="s:string" use="required" />
<xs:attribute name="To" type="s:string" use="required" />
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
元素和属性
父元素
元素 |
类型 |
说明 |
---|---|---|
子元素
元素 |
类型 |
说明 |
---|---|---|
Attributes
无。