Class GetFormItemsResult
The result of the following commands:
public sealed class GetFormItemsResult : ManagedFormLoadResult, IManagedFormLoadResult
- Inheritance
-
objectGetFormItemsResult
- Implements
- Inherited Members
- Extension Methods
Constructors
GetFormItemsResult()
public GetFormItemsResult()
Properties
FormItems
The form items to be displayed.
[Obsolete("Use Items instead.")]
public IEnumerable<IFormItemClientProperties> FormItems { get; set; }
Property Value
- IEnumerable<IFormItemClientProperties>