Click or drag to resize
FormInfoAddFormItem Method
Adds form item at the specified index or at the end if the index is not specified.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public void AddFormItem(
	IField formItem,
	int index = -1
)

Parameters

formItem
Type: CMS.DataEngineIField
Inserted form item
index (Optional)
Type: SystemInt32
Index of newly inserted item
See Also