Share via


xInfo.viewAlertInbox Method

Definition

Overloads

viewAlertInbox(Int32)
viewAlertInbox()

Launches the View alerts form.

viewAlertInbox(Int32)

public:
 virtual void viewAlertInbox(int _selectedTab);
public virtual void viewAlertInbox (int _selectedTab);
abstract member viewAlertInbox : int -> unit
override this.viewAlertInbox : int -> unit
Public Overridable Sub viewAlertInbox (_selectedTab As Integer)

Parameters

_selectedTab
Int32

Determines which tab the View alerts form opens on; optional.

Applies to

viewAlertInbox()

Launches the View alerts form.

public:
 virtual void viewAlertInbox();
public virtual void viewAlertInbox ();
abstract member viewAlertInbox : unit -> unit
override this.viewAlertInbox : unit -> unit
Public Overridable Sub viewAlertInbox ()

Remarks

The default value for the selectedTab parameter is Overview, the first tab. Call the xInfo.canViewAlertInbox Method to check whether the user has permission to view this form.

Applies to