ReadOnlyModelControllerTGetPageInfo(String, CancellationToken) Method

Gets pagination information.

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.166 -- Release Build+4a305edb6f8467fec4d04bc8edb60d0dcc31a9ba
[HttpGetAttribute]
[RouteAttribute("PageInfo/{parentID?}")]
public virtual Task<IActionResult> GetPageInfo(
	string? parentID,
	CancellationToken cancellationToken
)

Parameters

parentID  String
Parent ID to be used if table has set parent keys.
cancellationToken  CancellationToken
Propagates notification that operations should be canceled.

Return Value

TaskIActionResult
A PageInfo object containing the pagination information or Exception.

Implements

IReadOnlyModelControllerTGetPageInfo(String, CancellationToken)

See Also