CIMFormInfo Class Properties
In This Topic
For a list of all members of this type, see CIMFormInfo members.
Public Properties
| | Name | Description |
 | Description |
Gets or sets a string that appears in the body of the form as a description.
|
 | ExpressionInfos |
Gets or sets the list of Arcade expressions used in the form.
|
 | FormElements |
Gets or sets an array of formElement objects that represent an ordered list of form elements.
|
 | PreserveFieldValuesWhenHidden |
Gets or sets a value indicating whether a previously visible 'formFieldElement' value is retained
or cleared when a 'visibilityExpression' applied on the 'formFieldElement' or its parent
'formGroupElement' evaluates to 'false'. Default is 'false'.
|
 | Title |
Gets or sets a string that appears at the top of the form as a title.
|
Top
See Also