MobileBackendGetCustomCodeUriForPath Method |
Returns a URI for a custom API with the given path in the Mobile Cloud Service.
The path to the custom 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 GetCustomCodeUriForPath(
string path
)
Public Function GetCustomCodeUriForPath (
path As String
) As Uri
public:
virtual Uri^ GetCustomCodeUriForPath(
String^ path
) sealed
abstract GetCustomCodeUriForPath :
path : string -> Uri
override GetCustomCodeUriForPath :
path : string -> Uri
Parameters
- path
- Type: SystemString
Return Value
Type:
UriImplements
IMobileBackendGetCustomCodeUriForPath(String)
See Also