C# 클래스 KeeAnywhere.StorageProviders.HiDrive.HiDriveStorageProvider

상속: IStorageProvider
파일 보기 프로젝트 열기: Kyrodan/KeeAnywhere

공개 메소드들

메소드 설명
GetChildrenByParentItem ( StorageProviderItem parent ) : Task>
GetRootItem ( ) : Task
HiDriveStorageProvider ( AccountConfiguration account ) : System
IsFilenameValid ( string filename ) : bool
Load ( string path ) : Task
Save ( Stream stream, string path ) : Task

비공개 메소드들

메소드 설명
GetApi ( ) : Task
GetHomeId ( ) : Task

메소드 상세

GetChildrenByParentItem() 공개 메소드

public GetChildrenByParentItem ( StorageProviderItem parent ) : Task>
parent StorageProviderItem
리턴 Task>

GetRootItem() 공개 메소드

public GetRootItem ( ) : Task
리턴 Task

HiDriveStorageProvider() 공개 메소드

public HiDriveStorageProvider ( AccountConfiguration account ) : System
account KeeAnywhere.Configuration.AccountConfiguration
리턴 System

IsFilenameValid() 공개 메소드

public IsFilenameValid ( string filename ) : bool
filename string
리턴 bool

Load() 공개 메소드

public Load ( string path ) : Task
path string
리턴 Task

Save() 공개 메소드

public Save ( Stream stream, string path ) : Task
stream Stream
path string
리턴 Task