次の方法で共有


LookupList 要素 (DeploymentLookupListMap)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

コンテンツ移行パッケージにエクスポートするための参照リスト (SPLookupList) オブジェクトのインスタンスを表します。

定義

DECLARATION
<xs:element
    name="LookupList"
    type="SPLookupList"
    minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<LookupLists>
    <LookupList
          <LookupItems />
        Id="Guid"
        Url="xs:string"
        Included="xs:boolean"
    />
<LookupLists>

SPLookupList

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
Id
Guid 単純型 (DeploymentLookupListMap)
オプション。 参照リストを表す一意識別子です。
Url
xs:string
オプション。 参照リストの URL です。
Included
xs:boolean
オプション。 リスト アイテムをエクスポート パッケージに含めるかどうかを指定します。リスト アイテムが含まれている場合は true 、それ以外の場合は false

子要素

LookupItems 要素 (DeploymentLookupListMap)

親要素

LookupLists 要素 (DeploymentLookupListMap)

関連項目