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: 10.0.0
Syntax
C#
public void AddFormItem(
	IDataDefinitionItem formItem,
	int index = -1
)

Parameters

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