Class FormChangeResult
Represents result returned from the form change command.
public class FormChangeResult
- Inheritance
-
objectFormChangeResult
- Extension Methods
Properties
Items
Gets or sets the form items representing edited form fields.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>