ServerSecurityShowRefreshOnOpenDashboardsInMobile Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if dashboards set to refresh on open should be shown in the mobile app
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ShowRefreshOnOpenDashboardsInMobile { get; set; }
Public Property ShowRefreshOnOpenDashboardsInMobile As Boolean
Get
Set
public:
virtual property bool ShowRefreshOnOpenDashboardsInMobile {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowRefreshOnOpenDashboardsInMobile();
function set_ShowRefreshOnOpenDashboardsInMobile(value);
Return Value
Type:
BooleanTrue if dashboards set to refresh on open should be shown in the mobile app
See Also