LookupList 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 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

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)

See Also

Concepts

DeploymentLookupListMap Schema