DashboardNode Constructor

Creates new dashboard node.

Definition

Namespace: MFiles.VAF.AdminConfigurations
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public DashboardNode(
	string name,
	IEnumerable<IConfigurationDomainNode> subNodes = null,
	Func<string> dashboardGenerator = null
)

Parameters

name  String
Name visible in M-Files Admin. Must be unique for root level nodes.
subNodes  IEnumerableIConfigurationDomainNode  (Optional)
Subnodes for this node. Visible in the tree view in M-Files Admin.
dashboardGenerator  FuncString  (Optional)
Function to generate content for the dashboard.

See Also