Gets the item with the specified field id.
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;}
FieldList Class | Sitecore.Collections Namespace