DashboardHelperAddRefreshContentBehavior Method

Adds behavior to an xml element so that its content will refresh at the specified interval.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static void AddRefreshContentBehavior(
	XmlElement elem,
	string domainCmdID,
	int intervalSeconds
)

Parameters

elem  XmlElement
The element whose content should be refreshed periodically.
domainCmdID  String
The id of the domain command that returns the updated content.
intervalSeconds  Int32
The interval at which the content should be refreshed.

See Also