Click or drag to resize
IAuthorizationManagerIsAuthorized Method
Determines whether the specified action is authorized. This method

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
bool IsAuthorized(
	string action
)

Parameters

action
Type: SystemString
A string describing the action.

Return Value

Type: Boolean
true if the action is authorized, else false
Remarks
This method is meant to be used by the user interface to determine if an action will be authorized by request processing.
See Also