M-Files Vault Application Framework
C#
C#
Show/Hide TOC
Configuration
Domain
Node
.
Get
Dashboard
Content Method
Provides the html for a custom dashboard to display for the node. Only safe to call if
GetCapabilities
()
returns the
StatusDashboard
flag.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
virtual
string
GetDashboardContent
(
IConfigurationRequestContext context
)
Parameters
context
IConfigurationRequestContext
The context for the request.
Return Value
String
HTML text
Implements
IConfigurationDomainNode
.
GetDashboardContent(IConfigurationRequestContext)
See Also
Reference
ConfigurationDomainNode Class
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also