IDataSourceStorage.GetDataSourcesID() Method
Gets identifiers of the data sources stored in the current IDataSourceStorage.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v25.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerable<String> | A collection of String values that are identifiers of the dashboards stored in the current IDataSourceStorage. |
See Also