SecurityRights.hasMenuAccess Method

Definition

Overloads

hasMenuAccess(String, Boolean)
hasMenuAccess(String)

Checks whether the user has access to the specified menu.

hasMenuAccess(String, Boolean)

public:
 virtual bool hasMenuAccess(System::String ^ _menu, bool _isWebMenu);
public virtual bool hasMenuAccess (string _menu, bool _isWebMenu);
abstract member hasMenuAccess : string * bool -> bool
override this.hasMenuAccess : string * bool -> bool
Public Overridable Function hasMenuAccess (_menu As String, _isWebMenu As Boolean) As Boolean

Parameters

_menu
String
_isWebMenu
Boolean

Returns

Applies to

hasMenuAccess(String)

Checks whether the user has access to the specified menu.

public:
 virtual bool hasMenuAccess(System::String ^ text1);
public virtual bool hasMenuAccess (string text1);
abstract member hasMenuAccess : string -> bool
override this.hasMenuAccess : string -> bool
Public Overridable Function hasMenuAccess (text1 As String) As Boolean

Parameters

text1
String

Returns

true if the user has access to the menu; otherwise, false.

Applies to