IDriverReadSession.GetPage(Guid) Method
Gets the page corresponding to the specified identifier.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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