IMobileBackendGetPlatforUriForPath Method |
Returns a URI for a platform API with the given path in the Mobile Cloud Service.
The path to the platform API.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
SyntaxUri GetPlatforUriForPath(
string path
)
Function GetPlatforUriForPath (
path As String
) As Uri
Uri^ GetPlatforUriForPath(
String^ path
)
abstract GetPlatforUriForPath :
path : string -> Uri
Parameters
- path
- Type: SystemString
Return Value
Type:
Uri
See Also