Sitecore 5.0 API

FieldList.Item Property

Gets the item with the specified field id.

Overload List

Gets the item with the specified field id.

public Sitecore.Data.Fields.Field this[Sitecore.Data.ID] {get;}

Gets the item with the specified index.

public Sitecore.Data.Fields.Field this[int] {get;}

Gets the item with the specified name of the field.

public Sitecore.Data.Fields.Field this[string] {get;}

See Also

FieldList Class | Sitecore.Collections Namespace