Click or drag to resize
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.MobileBackend
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Uri GetPlatforUriForPath(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Uri

Implements

IMobileBackendGetPlatforUriForPath(String)
See Also