Click or drag to resize
SynchronizationConfiguration Constructor (JObject)
Initializes a new configuration object populating the properties from a JObject.

Namespace: Oracle.Cloud.Mobile.Configuration
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public SynchronizationConfiguration(
	JObject json
)

Parameters

json
Type: JObject
The JObject to popuate from.
See Also