URIIndex property: ServiceAPI class

Description

Use the URIIndex property to return the URI index that is invoked as defined on the application service.

Example

If %This.ServiceAPI.HttpMethod = %AppService_HTTP_GET Then
   If %This.ServiceAPI.URIIndex = 1 Then
      /* process request */
   End-if;
End-if;