Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
(AssemblyRedirects element) (WorkflowInfo element) (Action4)
Applies to: 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.
Usage
<AssemblyRedirects>
<AssemblyRedirect />
</AssemblyRedirects>
Element information
| Information | Location |
|---|---|
| Element type | |
| Namespace | |
| Schema file | Actions4.xsd |
Definition
<xs:element name="AssemblyRedirect" >
<xs:attribute name="From" type="s:string" use="required" />
<xs:attribute name="To" type="s:string" use="required" />
</xs:element>
Elements and attributes
Parent elements
Element |
Type |
Description |
|---|---|---|
Child elements
None.
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
**From** |
s:string |
required |
The name of the file to transform. |
Values of the s:string type. |
**To** |
s:string |
required |
The name of the transformed file. |
Values of the s:string type. |