Class ValidateAclRolesCommandResult
Result of the ValidateAclRoles(ValidateAclRolesCommandArguments, CancellationToken) command.
public sealed class ValidateAclRolesCommandResult
- Inheritance
-
objectValidateAclRolesCommandResult
- Extension Methods
Properties
FormItems
Client properties of the form items to render on client.
public ICollection<IFormItemClientProperties> FormItems { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
Roles
Selected roles metadata.
public IEnumerable<WebPageAclRoleMetadata> Roles { get; set; }
Property Value
- IEnumerable<WebPageAclRoleMetadata>
Status
Gets the status of the command result.
public WebPageCommandResultStatus Status { get; set; }