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

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