Table of Contents

Class ValidateAclRolesCommandResult

Namespace
Kentico.Xperience.Admin.Websites.UIPages
Assembly
Kentico.Xperience.Admin.Websites.dll
public sealed class ValidateAclRolesCommandResult
Inheritance
object
ValidateAclRolesCommandResult
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; }

Property Value

WebPageCommandResultStatus