Interface IManagedFormLoadResult
The result of loading a backend form.
public interface IManagedFormLoadResult
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Properties
Items
The form items to be displayed.
ICollection<IFormItemClientProperties> Items { get; }
Property Value
- ICollection<IFormItemClientProperties>