ManagedDashboardProcessMobileGetDashboardProperties Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public static MobileGetDashboardPropertiesResponseClass ProcessMobileGetDashboardProperties(
ManagedDashboard Dashboard,
MobileGetDashboardPropertiesClass mobilegetdashboardpropertiesrequest,
DPALogging DPALogging
)
Public Shared Function ProcessMobileGetDashboardProperties (
Dashboard As ManagedDashboard,
mobilegetdashboardpropertiesrequest As MobileGetDashboardPropertiesClass,
DPALogging As DPALogging
) As MobileGetDashboardPropertiesResponseClass
public:
static MobileGetDashboardPropertiesResponseClass^ ProcessMobileGetDashboardProperties(
ManagedDashboard^ Dashboard,
MobileGetDashboardPropertiesClass^ mobilegetdashboardpropertiesrequest,
DPALogging^ DPALogging
)
DataPAEnterpriseDashboard.ManagedDashboard.ProcessMobileGetDashboardProperties = function(Dashboard, mobilegetdashboardpropertiesrequest, DPALogging);
Parameters
- Dashboard
- Type: DataPAEnterpriseDashboardManagedDashboard
- mobilegetdashboardpropertiesrequest
- Type: DataPAEnterpriseDashboardMobileGetDashboardPropertiesClass
- DPALogging
- Type: DPALogging
Return Value
Type:
MobileGetDashboardPropertiesResponseClassSee Also