M-Files Vault Application Framework
C#
Show/Hide TOC
Dashboard
Format
Provider
Get
Format Method
Provides the dashboard formatter when custom formatter is requested.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
Object
GetFormat
(
Type
formatType
)
Parameters
formatType
Type
The type of formatter needed.
Return Value
Object
The formatter.
See Also
Reference
DashboardFormatProvider Class
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
Parameters
Return Value
See Also