ManagedDashboardPublish Method |
|
DataPA OpenAnalytics API Reference
Publishes this Dashboard to DataPA Enterprise
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Publish(
ClientConfig ClientConfig,
string Category = "",
ref string ErrMessage = ""
)
Public Function Publish (
ClientConfig As ClientConfig,
Optional Category As String = "",
Optional ByRef ErrMessage As String = ""
) As Boolean
public:
virtual bool Publish(
ClientConfig^ ClientConfig,
String^ Category = L"",
String^% ErrMessage = L""
) sealed
function Publish(ClientConfig, Category, ErrMessage);
Parameters
- ClientConfig
- Type: DataPAClientConfigClientConfig
A valid ClientConfig object - Category (Optional)
- Type: SystemString
The UniqueID or Name 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: SystemString
Any error message returned by the publish method.
Return Value
Type:
BooleanTrue if the dashboard was published.
Remarks See Also