ArcFM Responder Mobile Developer Guide
IsAuthorized Method






Operation name
Check is user authorized for operation.
Syntax
'Declaration
 
Public Shared Function IsAuthorized( _
   ByVal operation As System.String _
) As System.Boolean
'Usage
 
Dim operation As System.String
Dim value As System.Boolean
 
value = ClientUserPermissions.IsAuthorized(operation)
public static System.bool IsAuthorized( 
   System.string operation
)
public function IsAuthorized( 
    operation: System.String
): System.Boolean; static; 
public static function IsAuthorized( 
   operation : System.String
) : System.boolean;
public: static System.bool IsAuthorized( 
   System.string* operation
) 
public:
static System.bool IsAuthorized( 
   System.String^ operation
) 

Parameters

operation
Operation name

Return Value

true if current user is authorized, otherwise false
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientUserPermissions Class
ClientUserPermissions Members

Send Feedback