[]
Represents a collection of FieldCode objects.
public class FieldCodeCollection : ContentObjectCollection<FieldCode>, IContentList<FieldCode>, IReadOnlyList<FieldCode>, IReadOnlyCollection<FieldCode>, IEnumerable<FieldCode>, IEnumerable
| Name | Description |
|---|---|
| Add(string) | Adds a FieldCode to this collection. |
| Insert(string, FieldCode) | Inserts a FieldCode into this collection before another field code. |