Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.IsActionExecutable Method (String)

[This is preliminary documentation and subject to change.]

Returns a value specifying if the specified action is executable in the current authorization context.

[Visual Basic]
Overloads Public Function IsActionExecutable( _
   ByVal actionId As String _
) As Boolean
[C#]
public bool IsActionExecutable(
   string actionId
);

Parameters

actionId
The Id of the action whose executability is queried.

Return Value

true if the action is executable; false otherwise.

See Also

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