DashboardCustomContent Constructor (String) |
Custom, static HTML content.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic DashboardCustomContent(
string htmlContent
)
Public Sub New (
htmlContent As String
)
public:
DashboardCustomContent(
String^ htmlContent
)
Parameters
- htmlContent
- Type: SystemString
See Also