Click or drag to resize

FieldAddOnCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionFieldAddOn
    Dynamicweb.Content.ItemsCollectionFieldAddOn
      Dynamicweb.UI.ControlsFieldAddOnCollection

Namespace:  Dynamicweb.UI.Controls
Assembly:  Dynamicweb.UI.Controls (in Dynamicweb.UI.Controls.dll) Version: 2.3.1
Syntax
public class FieldAddOnCollection : Collection<FieldAddOn>

The FieldAddOnCollection type exposes the following members.

Constructors
  NameDescription
Public methodFieldAddOnCollection
Initializes a new instance of the FieldAddOnCollection class
Top
Properties
Methods
  NameDescription
Public methodAddRange (Inherited from CollectionT.)
Public methodConvertItemsToAddOnElements
Public methodFind (Inherited from CollectionT.)
Public methodFindAll (Inherited from CollectionT.)
Public methodFindIndex (Inherited from CollectionT.)
Public methodRemoveRange (Inherited from CollectionT.)
Public methodSort(IComparerT) (Inherited from CollectionT.)
Public methodSort(ComparisonT) (Inherited from CollectionT.)
Top
See Also