Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.IsActionExecutable Method (ActionRule)

[This is preliminary documentation and subject to change.]

Returns a value specifying if the action associated with the given rule is executable in the current authorization context.

[Visual Basic]
Overridable Overloads Public Function IsActionExecutable( _
   ByVal rule As ActionRule _
) As Boolean
[C#]
public virtual bool IsActionExecutable(
   ActionRule rule
);

Parameters

rule
The ActionRule whose associated action executability is queried.

Return Value

true if the associated action is executable; false otherwise.

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace | AuthorizationPolicy.IsActionExecutable Overload List