Sitecore 5.0 API

ItemRecords.Item Property

Gets the Item with the specified URI.

Overload List

Gets the Item with the specified URI.

public Items.Item this[Sitecore.Data.DataUri] {get;}

Gets the Item with the specified item ID.

public Items.Item this[Sitecore.Data.ID] {get;}

Gets the Item with the specified item ID.

public Items.Item this[Sitecore.Data.ID, Sitecore.Globalization.Language] {get;}

Gets the Item with the specified item ID.

public Items.Item this[Sitecore.Data.ID, Sitecore.Globalization.Language, Sitecore.Data.Version] {get;}

Gets the Item with the specified pointer.

public Items.Item this[Sitecore.Data.ItemPointer] {get;}

Gets the Item with the specified item path.

public Items.Item this[string] {get;}

Gets the Item with the specified item path.

public Items.Item this[string, Sitecore.Globalization.Language] {get;}

Gets the Item with the specified item path.

public Items.Item this[string, Sitecore.Globalization.Language, Sitecore.Data.Version] {get;}

See Also

ItemRecords Class | Sitecore.Data Namespace