DataPA Enterprise Dashboard Controls API Reference 
        
 Publishes this Dashboard to DataPA Enterprise
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public bool Publish(
	ClientConfig ClientConfig,
	string Category = "",
	ref string ErrMessage = ""
)  | 
| Visual Basic | 
|---|
Public Function Publish ( 
	ClientConfig As ClientConfig,
	Optional Category As String = "",
	Optional ByRef ErrMessage As String = ""
) As Boolean  | 
| Visual C++ | 
|---|
public:
virtual bool Publish(
	ClientConfig^ ClientConfig, 
	String^ Category = L"", 
	String^% ErrMessage = L""
) sealed  | 
Parameters
- ClientConfig
 - Type: DataPAClientConfig..::..ClientConfig
A valid ClientConfig object 
- Category (Optional)
 - Type: System..::..String
The UniqueID of the Category to publish to (if blank will publish to the category defined in the dashboard, or the default category if not set) 
- ErrMessage (Optional)
 - Type: System..::..String%
Any error message returned by the publish method. 
Return Value
Type: 
BooleanTrue if the dashboard was published.
Remarks
See Also