Share via


Links Element (DeploymentManifest - SPListItem)

Applies to: SharePoint Foundation 2010

Represents a collection of Windows SharePoint Services 3.0 link (SPLinkCollection) object instances on a SharePoint SPListItem object.

DECLARATION
<xs:element name="Links" 
        type="SPLinkCollection" 
        minOccurs="0" maxOccurs="1" 
/>

USAGE
<ListItem>
        <Links 
                <Link />
        />
</ListItem>

Type

SPLinkCollection

Attributes

Attribute

Type

Description

None

Child Elements

Link Element (DeploymentManifest)

Parent Elements

ListItem Element (DeploymentManifest - SPGenericObject)

See Also

Reference

SPLinkCollection

Concepts

DeploymentManifest Schema