Skip to main content

IDriverReadSession.GetPage(Guid) Method

Gets the page corresponding to the specified identifier.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

byte[] GetPage(
    Guid pageID
)

Parameters

Name Type Description
pageID Guid

A Guid value that specifies the page identifier.

Returns

Type Description
Byte[]

A byte array containing the required page.

See Also