C# Class Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage.FileSystem.WinAppsFileSystemAccess

Inheritance: IFileSystemAccess
Afficher le fichier Open project: Azure/azure-mobile-apps-net-files-client

Méthodes publiques

Méthode Description
CreateAsync ( string targetPath ) : Task
DeleteAsync ( string targetPath ) : System.Threading.Tasks.Task
EnsureFolderExistsAsync ( string targetPath ) : System.Threading.Tasks.Task
GetFullFilePath ( string targetPath ) : string
OpenReadAsync ( string targetPath ) : Task
WinAppsFileSystemAccess ( StorageFolder folder ) : System

Method Details

CreateAsync() public méthode

public CreateAsync ( string targetPath ) : Task
targetPath string
Résultat Task

DeleteAsync() public méthode

public DeleteAsync ( string targetPath ) : System.Threading.Tasks.Task
targetPath string
Résultat System.Threading.Tasks.Task

EnsureFolderExistsAsync() public méthode

public EnsureFolderExistsAsync ( string targetPath ) : System.Threading.Tasks.Task
targetPath string
Résultat System.Threading.Tasks.Task

GetFullFilePath() public méthode

public GetFullFilePath ( string targetPath ) : string
targetPath string
Résultat string

OpenReadAsync() public méthode

public OpenReadAsync ( string targetPath ) : Task
targetPath string
Résultat Task

WinAppsFileSystemAccess() public méthode

public WinAppsFileSystemAccess ( StorageFolder folder ) : System
folder Windows.Storage.StorageFolder
Résultat System