Click or drag to resize
DataComFormItems Property
Gets the dictionary of form field name/form item pairs.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public Dictionary<string, DataComFormItem> Items { get; }

Property Value

Type: DictionaryString, DataComFormItem
See Also