ArcFM Engine Developer Guide
IsAuthorized Method


Operation name
Check is user authorized for operation.
Syntax
'Declaration
 
Public Shared Function IsAuthorized( _
   ByVal operation As String _
) As Boolean
'Usage
 
Dim operation As String
Dim value As Boolean
 
value = ClientUserPermissions.IsAuthorized(operation)
public static bool IsAuthorized( 
   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