LookupList Element (DeploymentLookupListMap)
Applies to: SharePoint Foundation 2010
Represents an instance of a lookup list (SPLookupList) object for export to a content migration package.
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
Attributes
Attribute |
Type |
Description |
---|---|---|
Id |
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. |