Table of Contents

Class ApplicationPermission

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

Single permission from application's permission set.

public sealed class ApplicationPermission
Inheritance
object
ApplicationPermission
Extension Methods

Properties

CodeName

Code name.

public string CodeName { get; set; }

Property Value

string

Name

Display name.

public string Name { get; set; }

Property Value

string

Removable

Flag marking if the permission can be removed while editing the application permission set.

public bool Removable { get; set; }

Property Value

bool

Selected

Flag marking if the permission is already in stored application permission set.

public bool Selected { get; set; }

Property Value

bool