SecurityRights.hasServerMethodAccess Method
Checks whether the user has access to the specified server method.
Syntax
public boolean hasServerMethodAccess(ClassName class, MethodName method)
Run On
Called
Parameters
- class
Type: ClassName Extended Data Type
- method
Type: MethodName Extended Data Type
Return Value
Type: boolean
true if the user has access to the method; otherwise, false.