LookupItem Element (DeploymentLookupListMap)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Represents a reference object (SPLookupItem) that holds references from list item to list item when the items are exported to a content migration package.
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
Attributes
Attribute |
Type |
Description |
---|---|---|
Id |
A unique identifier for the specified lookup item. |
|
DocId |
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 |