VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.AdminConfigurations
DashboardNode Class
DashboardNode Methods
GetCapabilities Method
GetDashboardContent Method
GetID Method
GetName Method
GetSubDomainNodes Method
DashboardNode
GetDashboardContent Method
Provides the html for a custom dashboard to display for the node. Only safe to call if
GetCapabilities
returns the
StatusDashboard
flag.
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
override
string
GetDashboardContent
(
IConfigurationRequestContext
context
)
Parameters
context
Type:
MFiles.VAF.Configuration.AdminConfigurations
IConfigurationRequestContext
The context for the request.
Return Value
Type:
String
HTML text
Implements
IConfigurationDomainNode
GetDashboardContent(IConfigurationRequestContext)
See Also
Reference
DashboardNode Class
MFiles.VAF.AdminConfigurations Namespace