Click or drag to resize
GDStorageFileMoveToSecureStorageAsync Method
Overload List
  NameDescription
Public methodStatic memberMoveToSecureStorageAsync(IStorageFile, IGDStorageFolder)
Moves external file to BlackBerry Dynamics secure storage.
Public methodStatic memberMoveToSecureStorageAsync(IStorageFile, IGDStorageFolder, String)
Moves external file to BlackBerry Dynamics secure storage and changes name of moved file.
Public methodStatic memberMoveToSecureStorageAsync(IStorageFile, IGDStorageFolder, NameCollisionOption)
Moves external file to BlackBerry Dynamics secure storage. This method also specifies what to do if a file with the same name already exists in the destination folder.
Public methodStatic memberMoveToSecureStorageAsync(IStorageFile, IGDStorageFolder, String, NameCollisionOption)
Moves external file to BlackBerry Dynamics secure storage and changes name of moved file. This method also specifies what to do if a file with the same name already exists in the destination folder.
Top
See Also