StatusDashboardShowUserErrors Property

Determines if dashboard update/refresh errors are shown to the user. Many transient errors can occur with updates if the vault or application is restarting so typically these are ignored.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public bool ShowUserErrors { get; set; }

Property Value

Boolean

See Also