MobileBackendManagerConfiguration Constructor (StorageFile) |
Reads the configuration from a json file.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic MobileBackendManagerConfiguration(
StorageFile file
)
Public Sub New (
file As StorageFile
)
public:
MobileBackendManagerConfiguration(
StorageFile^ file
)
new :
file : StorageFile -> MobileBackendManagerConfiguration
Parameters
- file
- Type: Windows.StorageStorageFile
The json file to read the configuration from.
See Also