Click or drag to resize
MobileBackendManagerConfiguration Constructor (String)
Reads the configuration from an asset. The URI ("ms-appx:///") may or may not be pre-pended.

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public MobileBackendManagerConfiguration(
	string asset
)

Parameters

asset
Type: SystemString
The name of the asset.
See Also