AssemblyRedirects element

(WorkflowInfo element) (Action4)

Applies to: SharePoint Server 2013

Specifies transformations from one binary file to another binary file in a versioned binary file system so that the client has sufficient information to load the desired binary file.

Usage

    <AssemblyRedirects>
        <AssemblyRedirect />
    </AssemblyRedirects>

Element information

Element information File
Element type
Namespace
Schema file Actions4.xsd

Definition

    <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>

Elements and attributes

Parent elements

Element

Type

Description

WorkflowInfo

Child elements

Element

Type

Description

AssemblyRedirect

Attributes

None.