IAdminConfigurationsAddSimpleConfigurationNodeT Method
Adds a simple configuration node to M-Files Admin.
Namespace: MFiles.VAF.AdminConfigurationsAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
ConfigurationNode<T> AddSimpleConfigurationNode<T>(
string nodeName,
Func<string> dashboardGenerator = null
)
where T : class, new()
- nodeName String
- Name of the node.
- dashboardGenerator FuncString (Optional)
- Function to generate content for the dashboard.
- T
- The type of the configuration class. Must have an zero parameter constructor.
ConfigurationNodeTThe added configuration node.