Table of Contents

Class PermissionsResult

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

Represents result returned from the get permissions command.

public sealed class PermissionsResult
Inheritance
object
PermissionsResult
Extension Methods

Properties

Categories

Collection of applications in their corresponding categories to display.

public IEnumerable<ApplicationCategory> Categories { get; set; }

Property Value

IEnumerable<ApplicationCategory>

SelectedApplications

Collection of applications with set permissions.

public IEnumerable<ApplicationPermissions> SelectedApplications { get; set; }

Property Value

IEnumerable<ApplicationPermissions>

WorkspaceApplications

Collection of workspace scoped applications.

public IEnumerable<string> WorkspaceApplications { get; set; }

Property Value

IEnumerable<string>