DashboardObjectRefreshXML Method |
|
DataPA OpenAnalytics API Reference
Causes the object to rebuild the XML property.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void RefreshXML(
bool Background = true
)
Public Sub RefreshXML (
Optional Background As Boolean = true
)
public:
virtual void RefreshXML(
bool Background = true
) sealed
function RefreshXML(Background);
Parameters
- Background (Optional)
- Type: SystemBoolean
True if the work to generate the XML should be conducted in a seperate background thread.
Remarks See Also