[]
Represents a collection of SimpleField objects.
public class SimpleFieldCollection : ContentObjectCollection<SimpleField>, IContentList<SimpleField>, IReadOnlyList<SimpleField>, IReadOnlyCollection<SimpleField>, IEnumerable<SimpleField>, IEnumerable
Public Class SimpleFieldCollection
Inherits ContentObjectCollection(Of SimpleField)
Implements IContentList(Of SimpleField), IReadOnlyList(Of SimpleField), IReadOnlyCollection(Of SimpleField), IEnumerable(Of SimpleField), IEnumerable
Name | Description |
---|---|
Add(IFieldOptions) | Adds a SimpleField to this collection at the End position. |
Add(string) | Adds a SimpleField to this collection at the End position. |
Add(string, string) | Adds a SimpleField to this collection at the End position. |
Insert(IFieldOptions, InsertLocation) | Inserts a SimpleField into this collection at a specified location. |
Insert(string, InsertLocation) | Inserts a SimpleField into this collection at a specified location. |
Insert(string, string, InsertLocation) | Inserts a SimpleField into this collection at a specified location. |