DashboardHelperAddRefreshContentBehavior Method |
Adds behavior to an xml element so that its content will
refresh at the specified interval.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static void AddRefreshContentBehavior(
XmlElement elem,
string domainCmdID,
int intervalSeconds
)
Public Shared Sub AddRefreshContentBehavior (
elem As XmlElement,
domainCmdID As String,
intervalSeconds As Integer
)
public:
static void AddRefreshContentBehavior(
XmlElement^ elem,
String^ domainCmdID,
int intervalSeconds
)
Parameters
- elem
- Type: System.XmlXmlElement
The element whose content should be refreshed periodically. - domainCmdID
- Type: SystemString
The id of the domain command that returns the updated content. - intervalSeconds
- Type: SystemInt32
The interval at which the content should be refreshed.
See Also