Skip to main content

IDriverReadSession.GetPageIDs() Method

Gets page identifiers for the current read session.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

IEnumerable<Guid> GetPageIDs()

Returns

Type Description
IEnumerable<Guid>

A collection of Guid values that specify the identifiers of available pages.

See Also