LookupLists Element (DeploymentLookupListMap)

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

Represents a collection of deployment lookup list (SPLookupList) objects exported to the content migration package.

Definition

DECLARATION
<xs:element name="LookupLists" type="SPLookupLists" />

USAGE
<LookupLists>
    <LookupList />
</LookupLists>

Type

SPLookupLists

Elements and attributes

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

Attributes

None

Child elements

LookupList Element (DeploymentLookupListMap)

Parent elements

None

Remarks

The LookupLists element is the root element in the DeploymentLookupListMap schema, and therefore has no parent element.

See also