Gets the Item with the specified URI.
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;}
ItemRecords Class | Sitecore.Data Namespace