C# Class KeeAnywhere.StorageProviders.HiDrive.HiDriveStorageProvider

Inheritance: IStorageProvider
Afficher le fichier Open project: Kyrodan/KeeAnywhere

Méthodes publiques

Méthode Description
GetChildrenByParentItem ( StorageProviderItem parent ) : Task>
GetRootItem ( ) : Task
HiDriveStorageProvider ( AccountConfiguration account ) : System
IsFilenameValid ( string filename ) : bool
Load ( string path ) : Task
Save ( Stream stream, string path ) : Task

Private Methods

Méthode Description
GetApi ( ) : Task
GetHomeId ( ) : Task

Method Details

GetChildrenByParentItem() public méthode

public GetChildrenByParentItem ( StorageProviderItem parent ) : Task>
parent StorageProviderItem
Résultat Task>

GetRootItem() public méthode

public GetRootItem ( ) : Task
Résultat Task

HiDriveStorageProvider() public méthode

public HiDriveStorageProvider ( AccountConfiguration account ) : System
account KeeAnywhere.Configuration.AccountConfiguration
Résultat System

IsFilenameValid() public méthode

public IsFilenameValid ( string filename ) : bool
filename string
Résultat bool

Load() public méthode

public Load ( string path ) : Task
path string
Résultat Task

Save() public méthode

public Save ( Stream stream, string path ) : Task
stream Stream
path string
Résultat Task