ClientOperationsUpdateDashboard(String, String, DashboardUpdateMode) Method

Updates the default node's dashboard. Either completely, or a targeted section.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void UpdateDashboard(
	string content = null,
	string targetElementId = null,
	DashboardUpdateMode updateMode = DashboardUpdateMode.Outer
)

Parameters

content  String  (Optional)
The content to update the dashboard with. If not specifed, the nodes own method is used to resolve the content.
targetElementId  String  (Optional)
The element id of the section to update. If not specified the whole dashboard will be replaced.
updateMode  DashboardUpdateMode  (Optional)
The behavior to use when updating a section's content. Ignored if no targetElementID was specified.

See Also