Table of Contents

Class UIEvaluatePermissionAttribute

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

Attribute allows to define which permission will be evaluated.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class UIEvaluatePermissionAttribute : Attribute
Inheritance
object
Attribute
UIEvaluatePermissionAttribute
Extension Methods

Constructors

UIEvaluatePermissionAttribute(string)

Initializes a new instance of UIEvaluatePermissionAttribute.

public UIEvaluatePermissionAttribute(string permission)

Parameters

permission string

Permission name to evaluate.

See Also

Properties

Permission

Gets permission name to evaluate.

public string Permission { get; }

Property Value

string