Click or drag to resize
MobileBackendManagerConfiguration Constructor (StorageFile)
Reads the configuration from a json file.

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(
	StorageFile file
)

Parameters

file
Type: Windows.StorageStorageFile
The json file to read the configuration from.
See Also