| MobileFile Properties |
The MobileFile type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentType |
The Content-Type of the file.
| |
| HasConflict |
Returns true if offline updates resulted in a conflict on the service, false otherwise.
(Inherited from MobileResource.) | |
| HasOfflineCommitError |
Returns true if committing an offline update to the service resulted in an error from the service.
(Inherited from MobileResource.) | |
| HasOfflineUpdates |
Returns true if the resource has pending offline updates, false otherwise.
(Inherited from MobileResource.) | |
| IsPendingOfflineDelete |
Returns true if the resource was deleted while offline, false otherwise.
(Inherited from MobileResource.) | |
| 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.
(Inherited from MobileResource.) | |
| LastSyncTime |
The time that this resource was last synchronized, null if it was never synchronized ex if it was just created locally.
(Inherited from MobileResource.) | |
| 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.
(Inherited from MobileResource.) |