Links Element (DeploymentManifest - SPListItem)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

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

Definition

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

Type

SPLinkCollection

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Link Element (DeploymentManifest)

Parent elements

ListItem Element (DeploymentManifest - SPGenericObject)

See also