Class ManagedFormSubmitResult
The result of submitting a backend form.
public class ManagedFormSubmitResult : IManagedFormSubmitResult
- Inheritance
-
objectManagedFormSubmitResult
- Implements
- Derived
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Constructors
ManagedFormSubmitResult()
public ManagedFormSubmitResult()
Properties
Items
Gets or sets the form items representing edited form fields.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>