ArcFM Solution 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
)

Parameters

operation
Operation name

Return Value

true if current user is authorized, otherwise false
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ClientUserPermissions Class
ClientUserPermissions Members

 

 


Send Comment