Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.48 KB

lookupitems-element-deploymentlookuplistmap.md

File metadata and controls

61 lines (41 loc) · 1.48 KB
title description manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
LookupItems Element (DeploymentLookupListMap)
Outlines a definition, type, attributes, child elements, and parent elements for the LookupItems element in Sharepoint.
soliver
06/09/2022
Developer
reference
medium
d9c835b9-7008-4431-a819-c354f042d817

LookupItems Element (DeploymentLookupListMap)

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

Represents a collection of lookup item (SPLookupItem) instances. Provides a list of lookup references from list item to list item.

Definition

DECLARATION
<xs:element
        name="LookupItems" type="SPLookupItems"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<LookupList>
        <LookupItems>
                <LookupItem />
        </LookupItems>
</LookupList>

Type

SPLookupItems

Elements and attributes

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

Attributes

None

Child elements

LookupItem Element (DeploymentLookupListMap)

Parent elements

LookupList Element (DeploymentLookupListMap)

Remarks

For more information, see LookupItem Element (DeploymentLookupListMap)

See also