次の方法で共有


AssemblyRedirect 要素

(AssemblyRedirects 要素)(WorkflowInfo 要素)(Action4)

適用対象: SharePoint Server 2013

バージョン付きのバイナリ ファイル システムにおけるバイナリ ファイル間の変換を指定します。これにより、必要なバイナリ ファイルを読み込むための情報が十分にクライアントに確保されます。

使用方法

    <AssemblyRedirects>
        <AssemblyRedirect />
    </AssemblyRedirects>

要素の情報

情報 場所
要素の種類
Namespace
スキーマ ファイル Actions4.xsd

定義

    <xs:element name="AssemblyRedirect" >
         <xs:attribute name="From"   type="s:string"      use="required"     />
         <xs:attribute name="To"   type="s:string"      use="required"     />
    </xs:element>

要素と属性

親要素

要素

説明

AssemblyRedirects

子要素

なし。

属性

属性

種類

必須

説明

使用可能な値

**差出人**

s:string

必須出席者

変換するファイルの名前です。

s:string 型の値。

**宛先**

s:string

必須出席者

変換されたファイルの名前です。

s:string 型の値。