MobileBackendGetPlatforUriForPath 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)
Syntaxpublic Uri GetPlatforUriForPath(
string path
)
Public Function GetPlatforUriForPath (
path As String
) As Uri
public:
virtual Uri^ GetPlatforUriForPath(
String^ path
) sealed
abstract GetPlatforUriForPath :
path : string -> Uri
override GetPlatforUriForPath :
path : string -> Uri
Parameters
- path
- Type: SystemString
Return Value
Type:
UriImplements
IMobileBackendGetPlatforUriForPath(String)
See Also