LookupItems 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 collection of lookup item (SPLookupItem) instances. Provides a list of lookup references from list item to list item.

DECLARATION
<xs:element 
        name="LookupItems" type="SPLookupItems"
        minOccurs="0" maxOccurs="unbounded" 
/>

USAGE
<LookupList>
        <LookupItems>
                <LookupItem />
        </LookupItems>
</LookupList>

Type

SPLookupItems

Attributes

Attribute

Type

Description

None

Child Elements

LookupItem Element (DeploymentLookupListMap)

Parent Elements

LookupList Element (DeploymentLookupListMap)

Remarks

For more information, see LookupItem Element (DeploymentLookupListMap)

See Also

Concepts

DeploymentLookupListMap Schema