VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.Configuration.AdminConfigurations
IConfigurationDomainNode Interface
IConfigurationDomainNode Methods
GetCapabilities Method
GetCommands Method
GetConfiguration Method
GetConfigurationSchema Method
GetDashboardContent Method
GetDescription Method
GetID Method
GetName Method
GetSortPriority Method
GetStatusSummary Method
GetSubDomainNodes Method
SaveConfiguration Method
Validate Method
IConfigurationDomainNode
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.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
string
GetDashboardContent
(
IConfigurationRequestContext
context
)
Parameters
context
Type:
MFiles.VAF.Configuration.AdminConfigurations
IConfigurationRequestContext
The context for the request.
Return Value
Type:
String
HTML text
See Also
Reference
IConfigurationDomainNode Interface
MFiles.VAF.Configuration.AdminConfigurations Namespace