VAF 2.1.0.1 API Documentation
VAF 2.1.0.1 API Documentation
Namespaces
MFiles.VAF.AdminConfigurations
AdminConfigurationManager Class
AdminConfigurationManager Methods
AddSimpleConfigurationNode(T) Method
AddSimpleDashboardNode Method
CreateVaultExtensionMethodCall Method
GetDefaultNamedValueSource Method
RegisterProxy Method
RouteRequest Method
AdminConfigurationManager
AddSimpleDashboardNode Method
Adds a simple dashboard node to M-Files Admin.
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax
C#
Copy
public
DashboardNode
AddSimpleDashboardNode
(
string
nodeName
,
Func
<
string
>
dashboardGenerator
)
Parameters
nodeName
Type:
System
String
Name of the node.
dashboardGenerator
Type:
System
Func
String
Function to generate content for the dashboard.
Return Value
Type:
DashboardNode
The added dashboard node
Implements
IAdminConfigurations
AddSimpleDashboardNode(String, Func
String
)
See Also
Reference
AdminConfigurationManager Class
MFiles.VAF.AdminConfigurations Namespace