| MobileResource Properties |
The MobileResource type exposes the following members.
| Name | Description | |
|---|---|---|
| HasConflict |
Returns true if offline updates resulted in a conflict on the service, false otherwise.
| |
| HasOfflineCommitError |
Returns true if committing an offline update to the service resulted in an error from the service.
| |
| HasOfflineUpdates |
Returns true if the resource has pending offline updates, false otherwise.
| |
| IsPendingOfflineDelete |
Returns true if the resource was deleted while offline, false otherwise.
| |
| IsPinned |
Returns true if this resource is pinned, false otherwise. Pinned resources are not evicted and can be synchronized in a batch
by calling Synchronizer.SynchronizePinnedResourcesAsync.
| |
| LastSyncTime |
The time that this resource was last synchronized, null if it was never synchronized ex if it was just created locally.
| |
| Uri |
The Uri of the object. For locally created objects that are not yet committed to the service, a unique Uri is generated
in its endpoint that would be updated by the service.
|