Share via


xInfo.canViewAlertInbox Method

Definition

Determines whether the current user has permission to view the View alerts form.

public:
 virtual bool canViewAlertInbox();
public virtual bool canViewAlertInbox ();
abstract member canViewAlertInbox : unit -> bool
override this.canViewAlertInbox : unit -> bool
Public Overridable Function canViewAlertInbox () As Boolean

Returns

true if the user has permission to view the form; otherwise, false.

Remarks

Call this method before calling xInfo.viewAlertInbox.

Applies to