Sitecore 5.0 API

ItemCollection.Item Property

Gets the item with the specified index.

Overload List

Gets the item with the specified index.

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

Gets the item with the specified name.

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

See Also

ItemCollection Class | Sitecore.Collections Namespace