| SynchronizationEngineHost Properties |
The SynchronizationEngineHost type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthorizedUserName |
Returns the name of the logged in user, null if there is no logged in user.
| |
| BackendName |
The name of the associated MobileBackend.
| |
| BatchModeEnabled |
Returns true if batch mode is to be enabled which reduces the number of calls to the cloud on startup and when the
device comes online.
| |
| DataFolder |
Returns the path to the folder to store cached data.
| |
| DeviceState |
Property that returns the current DeviceState.
| |
| DisableBackgroundRefresh |
If true disables background refreshes by the synchronization engine, defaults to false. Should be rarely required.
| |
| IsAuthorized |
Returns whether there is a logged in user or not.
| |
| IsOnline |
Property that returns whether the device is online or not.
| |
| TempFolder |
Returns the path to the temp folder to use.
|