C# Class KeeAnywhere.StorageProviders.HiDrive.HiDriveStorageProvider

Inheritance: IStorageProvider
Datei anzeigen Open project: Kyrodan/KeeAnywhere

Public Methods

Method 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

Method Description
GetApi ( ) : Task
GetHomeId ( ) : Task

Method Details

GetChildrenByParentItem() public method

public GetChildrenByParentItem ( StorageProviderItem parent ) : Task>
parent StorageProviderItem
return Task>

GetRootItem() public method

public GetRootItem ( ) : Task
return Task

HiDriveStorageProvider() public method

public HiDriveStorageProvider ( AccountConfiguration account ) : System
account KeeAnywhere.Configuration.AccountConfiguration
return System

IsFilenameValid() public method

public IsFilenameValid ( string filename ) : bool
filename string
return bool

Load() public method

public Load ( string path ) : Task
path string
return Task

Save() public method

public Save ( Stream stream, string path ) : Task
stream Stream
path string
return Task