[]
Represents a collection of ComplexField objects.
public class ComplexFieldCollection : ContentRangeCollection<ComplexField>, IContentList<ComplexField>, IReadOnlyList<ComplexField>, IReadOnlyCollection<ComplexField>, IEnumerable<ComplexField>, IEnumerable
| Name | Description |
|---|---|
| Add(IFieldOptions) | Adds a ComplexField to this collection. |
| Add(string, string) | Adds a ComplexField to this collection. |
| Insert(IFieldOptions, InsertLocation) | Inserts a ComplexField into this collection at the specified location. |
| Insert(string, InsertLocation) | Inserts a ComplexField into this collection at the specified location. |
| Insert(string, string, InsertLocation) | Inserts a ComplexField into this collection at the specified location. |
| Insert(string, string, RangeLocation) | Inserts a ComplexField into this collection at the specified location. |