C# 클래스 KeeAnywhere.StorageProviders.Dropbox.DropboxStorageProvider

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

공개 메소드들

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

비공개 메소드들

메소드 설명
CreateStorageProviderItem ( StorageProviderItem parent, Metadata item ) : StorageProviderItem
RootPath ( string path ) : string

메소드 상세

DropboxStorageProvider() 공개 메소드

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

GetChildrenByParentItem() 공개 메소드

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

GetRootItem() 공개 메소드

public GetRootItem ( ) : Task
리턴 Task

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