Class GetDataForAddAclRolesFormCommandResult
The result of the GetDataForAddAclRolesForm(GetDataForAddAclRoleFormCommandArguments, CancellationToken) command.
public sealed class GetDataForAddAclRolesFormCommandResult
- Inheritance
-
objectGetDataForAddAclRolesFormCommandResult
- Extension Methods
Properties
FormItems
Form items for the form.
public ICollection<IFormItemClientProperties> FormItems { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
FormName
Generated name of the form.
public string FormName { get; set; }
Property Value
- string