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