Class ManagedFormReloadResult
Represents the result of a backend form reload.
public class ManagedFormReloadResult : IManagedFormReloadResult
- Inheritance
-
objectManagedFormReloadResult
- Implements
- Derived
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Constructors
ManagedFormReloadResult()
public ManagedFormReloadResult()
Properties
Items
Gets or sets the collection of form items.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>