DashboardHelperAddRefreshContentBehavior Method
Adds behavior to an xml element so that its content will
refresh at the specified interval.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
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.