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)