Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 2.17 KB

assemblyredirect-element-workflowinfo.md

File metadata and controls

80 lines (65 loc) · 2.17 KB
title description manager ms.date ms.audience ms.topic f1_keywords ms.localizationpriority ms.assetid
AssemblyRedirect element (WorkflowInfo)
AssemblyRedirect element specifies a transformation from one binary file to another binary file in a versioned binary file system.
laurawi
06/09/2022
Developer
reference
SharePoint workflows
medium
74ddbc41-2cc4-433d-a38c-9dae695ea434

AssemblyRedirect element (WorkflowInfo)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies a transformation 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.

Definition

<AssemblyRedirects>
    <AssemblyRedirect>    </AssemblyRedirect>
</AssemblyRedirects>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**From**

Required **text**. The name of the file to transform.

**To**

Required **text**. The name of the transformed file.

Child elements

None

Parent elements

AssemblyRedirects

See also