AdminConfigurationManagerBaseGetDashboard Method

Delegates the GetDashboard command to the node.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual string GetDashboard(
	IConfigurationRequestContext context,
	DomainNodeLocation nodeLocation
)

Parameters

context  IConfigurationRequestContext
The request context that is triggering the command.
nodeLocation  DomainNodeLocation
The the node to trigger the command on.

Return Value

String
HTML string as dashboard content.

See Also