Click or drag to resize

EditFormGroupCollection Constructor (IEnumerableEditFormGroup)

Initializes a new instance of the EditFormGroupCollection class

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

Parameters

items
Type: System.Collections.GenericIEnumerableEditFormGroup
See Also