Click or drag to resize

EditFormFieldCollection Constructor (IEnumerableEditFormField)

Initializes a new instance of the EditFormFieldCollection class

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

Parameters

items
Type: System.Collections.GenericIEnumerableEditFormField
See Also