Task<IActionResult> GetPageInfo(
string? parentID,
CancellationToken cancellationToken
)Function GetPageInfo (
parentID As String,
cancellationToken As CancellationToken
) As Task(Of IActionResult)Task<IActionResult^>^ GetPageInfo(
String^ parentID,
CancellationToken cancellationToken
)function GetPageInfo(parentID, cancellationToken);[Missing <param name="parentID"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.GetPageInfo(System.String,System.Threading.CancellationToken)"]
[Missing <param name="cancellationToken"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.GetPageInfo(System.String,System.Threading.CancellationToken)"]
[Missing <returns> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.GetPageInfo(System.String,System.Threading.CancellationToken)"]