LookupItem Element (DeploymentLookupListMap)
Applies to: SharePoint Foundation 2010
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 |