Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.84 KB

lookuplist-element-deploymentlookuplistmap.md

File metadata and controls

65 lines (47 loc) · 1.84 KB
title description manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
LookupList Element (DeploymentLookupListMap)
Outlines a definition, type, attributes, child elements, and parent elements for the LookupList element in Sharepoint.
soliver
06/09/2022
Developer
reference
medium
8f3366bd-8238-433f-bb41-88adbee251df

LookupList Element (DeploymentLookupListMap)

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

Represents an instance of a lookup list (SPLookupList) object for export to a content migration package.

Definition

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

Type

SPLookupList

Elements and attributes

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

Attributes

Attribute Type Description
Id
Guid Simple Type (DeploymentLookupListMap)
Optional. Unique identifier of the lookup list.
Url
xs:string
Optional. URL to the lookup list.
Included
xs:boolean
Optional. Specifies whether the list item is included with the export package; true if the list item is included, otherwise false.

Child elements

LookupItems Element (DeploymentLookupListMap)

Parent elements

LookupLists Element (DeploymentLookupListMap)

See also