ClientOperationsUpdateDashboard Method (IDashboardContent, String, DashboardUpdateMode) |
Updates the default node's dashboard. Either completely, or a targeted section.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic void UpdateDashboard(
IDashboardContent content,
string targetElementId = null,
DashboardUpdateMode updateMode = DashboardUpdateMode.Outer
)
Public Sub UpdateDashboard (
content As IDashboardContent,
Optional targetElementId As String = Nothing,
Optional updateMode As DashboardUpdateMode = DashboardUpdateMode.Outer
)
public:
void UpdateDashboard(
IDashboardContent^ content,
String^ targetElementId = nullptr,
DashboardUpdateMode updateMode = DashboardUpdateMode::Outer
)
Parameters
- content
- Type: MFiles.VAF.Configuration.Domain.DashboardsIDashboardContent
The content to update the dashboard with.
If not specifed, the nodes own method is used to resolve the content.
- targetElementId (Optional)
- Type: SystemString
The element id of the section to update.
If not specified the whole dashboard will be replaced.
- updateMode (Optional)
- Type: MFiles.VAF.Configuration.Domain.ClientDirectiveDashboardUpdateMode
The behavior to use when updating a section's content.
Ignored if no targetElementID was specified.
See Also