DashboardNode Constructor
Creates new dashboard node.
Namespace: MFiles.VAF.AdminConfigurationsAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
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.