| MobileFileSaveAsync Method |
| Name | Description | |
|---|---|---|
| SaveAsync(Stream, String) |
Saves any changes to the object back to the service. Caches the changes locally if offline.
| |
| SaveAsync(IInputStream, String) |
Saves any changes to the object back to the service. Caches the changes locally if offline.
| |
| SaveAsync(Stream, String, Boolean) |
Saves any changes to the file back to the service. If saveIfOffline is true, it will cache the changes incase of offline.
| |
| SaveAsync(IInputStream, String, Boolean) |
Saves any changes to the file back to the service. If saveIfOffline is true, it will cache the changes incase of offline.
|