IReadOnlyModelControllerTGetPageInfo(SearchPostT, String, CancellationToken) Method

Endpoint to get pagination information.

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.171 -- Release Build+f97a6efcf348dbb2ce14e0dc455918e455771b06
Task<IActionResult> GetPageInfo(
	SearchPost<T> postData,
	string? parentID,
	CancellationToken cancellationToken
)

Parameters

postData  SearchPostT

[Missing <param name="postData"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.GetPageInfo(Gemstone.Web.APIController.SearchPost{`0},System.String,System.Threading.CancellationToken)"]

parentID  String

[Missing <param name="parentID"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.GetPageInfo(Gemstone.Web.APIController.SearchPost{`0},System.String,System.Threading.CancellationToken)"]

cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.GetPageInfo(Gemstone.Web.APIController.SearchPost{`0},System.String,System.Threading.CancellationToken)"]

Return Value

TaskIActionResult

[Missing <returns> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.GetPageInfo(Gemstone.Web.APIController.SearchPost{`0},System.String,System.Threading.CancellationToken)"]

See Also