Gets the item with the specified child id.
Gets the item with the specified child id.
public Sitecore.Data.Items.Item this[Sitecore.Data.ID] {get;}
Gets the item with the specified index.
public Sitecore.Data.Items.Item this[int] {get;}
Gets the item with the specified name of the child.
public Sitecore.Data.Items.Item this[string] {get;}
ChildList Class | Sitecore.Collections Namespace