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)