Skip to main content

IDataSourceStorage.GetDataSourcesID() Method

Gets identifiers of the data sources stored in the current IDataSourceStorage.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.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 IDataSourceStorage.

See Also