M-Files Vault Application Framework
C#
Show/Hide TOC
Status
Dashboard
Show
User
Errors 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#
Copy
public
bool
ShowUserErrors
{
get
;
set
; }
Property Value
Boolean
See Also
Reference
StatusDashboard Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
See Also