ConfigurableVaultApplicationBaseTSecureConfigurationGetDashboardContent 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.Core
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual string GetDashboardContent(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request.

Return Value

String
HTML text

Implements

IConfigurationDomainNodeGetDashboardContent(IConfigurationRequestContext)

Remarks

Remember to ensure inserted values are escaped as necessary!

See Also