M-Files Vault Application Framework
C#
Show/Hide TOC
Dashboard
Command
Style Enumeration
The ways in which a dashboard command can be rendered.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
enum
DashboardCommandStyle
Members
Link
0
Indicates the command should be shown as a link.
Button
1
Indicates the command should be shown as a button.
See Also
Reference
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
Members
See Also