DashboardNodeDashboardGenerator Property |
Function to generate html content for the dashboard in M-Files Admin.
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Func<string> DashboardGenerator { get; }
Public ReadOnly Property DashboardGenerator As Func(Of String)
Get
public:
property Func<String^>^ DashboardGenerator {
Func<String^>^ get ();
}
Property Value
Type:
FuncString
See Also