Table of Contents

Class PermissionEvaluationResult

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

Represents result of an evaluation.

public abstract class PermissionEvaluationResult
Inheritance
object
PermissionEvaluationResult
Derived
Extension Methods

Constructors

PermissionEvaluationResult()

protected PermissionEvaluationResult()

Properties

Succeeded

Returns a flag indication whether the permission evaluation was successful.

public bool Succeeded { get; protected set; }

Property Value

bool