Click or drag to resize
MobileFileSaveAsync Method
Overload List
  NameDescription
Public methodSaveAsync(Stream, String)
Saves any changes to the object back to the service. Caches the changes locally if offline.
Public methodSaveAsync(IInputStream, String)
Saves any changes to the object back to the service. Caches the changes locally if offline.
Public methodSaveAsync(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.
Public methodSaveAsync(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.
Top
See Also