DataPA Enterprise Dashboard Controls API Reference
Closes the currently open ManagedDashboard object. If force TRUE, the user will not be prompted to save any changes.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool CloseDashboard(
	bool Force = false
)
Visual Basic
Public Function CloseDashboard ( 
	Optional Force As Boolean = false
) As Boolean
Visual C++
public:
virtual bool CloseDashboard(
	bool Force = false
) sealed

Parameters

Force (Optional)
Type: System..::..Boolean

Return Value

Type: Boolean

Remarks