Sitecore 5.0 API

ChildList.Item Property

Gets the item with the specified child id.

Overload List

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;}

See Also

ChildList Class | Sitecore.Collections Namespace