| IAuthorizationManagerIsAuthorized Method |
Determines whether the specified action is authorized. This method
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxbool IsAuthorized(
string action
)
Function IsAuthorized (
action As String
) As Boolean
bool IsAuthorized(
String^ action
)
abstract IsAuthorized :
action : string -> bool
Parameters
- action
- Type: SystemString
A string describing the action.
Return Value
Type:
Booleantrue 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