TXDataActionSelection.PathParams Property
Gets the values of the path parameters passed in the request URL.
Remarks
If the route of the service operation is, for example, customers/{id}/orders/{orderid} and the request URL is customers/1/orders/50, the list holds the values 1 and 50. It also includes the implicit parameters that follow the route: for the request URL customers/1/orders/50/abc, the list holds 1, 50 and abc.
Syntax
Unit: XData.Module.ResourceInfo
property TXDataActionSelection.PathParams: TList<string>