Click or drag to resize

IAdminConfigurationsAddSimpleConfigurationNodeT Method

Adds a simple configuration node to M-Files Admin.

Namespace:  MFiles.VAF.AdminConfigurations
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
ConfigurationNode<T> AddSimpleConfigurationNode<T>(
	string nodeName,
	Func<string> dashboardGenerator = null
)
where T : class, new()

Parameters

nodeName
Type: SystemString
Name of the node.
dashboardGenerator (Optional)
Type: SystemFuncString
Function to generate content for the dashboard.

Type Parameters

T
The type of the configuration class. Must have an zero parameter constructor.

Return Value

Type: ConfigurationNodeT
The added configuration node.
See Also