Click or drag to resize

EditFormGroupCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionEditFormGroup
    Dynamicweb.Content.ItemsCollectionEditFormGroup
      Dynamicweb.Content.Items.EditorsEditFormGroupCollection

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public class EditFormGroupCollection : Collection<EditFormGroup>, 
	IEnumerable<EditFormGroup>, IEnumerable

The EditFormGroupCollection type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAddRange (Inherited from CollectionT.)
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