Sitecore 5.0 API

Item.Links Property

Provides access to the Links framework.

[Visual Basic]
Public ReadOnly Property Links As ItemLinks
[C#]
public Sitecore.Links.ItemLinks Links {get;}

Remarks

The Links framework contains information about which items links to this item and which items are references from this item.

See Also

Item Class | Sitecore.Data.Items Namespace