LookupItem Element (DeploymentLookupListMap)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a reference object (SPLookupItem) that holds references from list item to list item when the items are exported to a content migration package.
Definition
DECLARATION
<xs:element
name="LookupItem"
type="SPLookupItem"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<LookupItems>
<LookupItem
Id="Guid"
DocId="Guid"
Url="xs:string"
Included="xs:boolean"
/>
</LookupItems>
Type
SPLookupItem
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Type | Description |
---|---|---|
Id |
Guid Simple Type (DeploymentLookupListMap) |
A unique identifier for the specified lookup item. |
DocId |
Guid Simple Type (DeploymentLookupListMap) |
Unique identifier of the document represented by the list item. |
Url |
xs:string |
URL to the list item. |
Included |
xs:boolean |
Specifies whether the list item is included with the export package; true if the item is included, otherwise, false. |
Child elements
None
Parent elements
LookupItems Element (DeploymentLookupListMap)