Method | Description | |
---|---|---|
CreateDirectory ( int desktopId, string dirPath ) : bool | ||
CreateFile ( int desktopId, string targetFileNamePath, Stream fileData ) : string | ||
CreateFile ( int desktopId, string targetPath, string fileName, Stream fileStream ) : string | ||
DeleteFile ( int desktopId, string filePath ) : bool | ||
DropboxFileSystemProvider ( IDropboxService dropbox, IZinOSDesktopDropboxAccount zinOSDesktopDropboxAccount ) : System | ||
GetChildrenItems ( int desktopId, |
||
GetFile ( int desktopId, |
||
GetRoot ( int desktopId ) : |
||
PrepareFileSystem ( int desktopId ) : bool | ||
UpdateFile ( int desktopId, string filePath, byte fileBytes ) : bool |
Method | Description | |
---|---|---|
FormatToDropboxPath ( string path ) : string | ||
FormatToDropboxPath ( |
||
FormatToZinOSPath ( IEnumerable |
||
GetDesktopDropboxToken ( int desktopId, string &accessToken, string &tokenSecret ) : bool |
public CreateDirectory ( int desktopId, string dirPath ) : bool | ||
desktopId | int | |
dirPath | string | |
return | bool |
public CreateFile ( int desktopId, string targetFileNamePath, Stream fileData ) : string | ||
desktopId | int | |
targetFileNamePath | string | |
fileData | Stream | |
return | string |
public CreateFile ( int desktopId, string targetPath, string fileName, Stream fileStream ) : string | ||
desktopId | int | |
targetPath | string | |
fileName | string | |
fileStream | Stream | |
return | string |
public DeleteFile ( int desktopId, string filePath ) : bool | ||
desktopId | int | |
filePath | string | |
return | bool |
public DropboxFileSystemProvider ( IDropboxService dropbox, IZinOSDesktopDropboxAccount zinOSDesktopDropboxAccount ) : System | ||
dropbox | IDropboxService | |
zinOSDesktopDropboxAccount | IZinOSDesktopDropboxAccount | |
return | System |
public GetChildrenItems ( int desktopId, |
||
desktopId | int | |
parent | ||
return | IEnumerable |
public GetFile ( int desktopId, |
||
desktopId | int | |
fileSystemItem | ||
return | Stream |
public GetRoot ( int desktopId ) : |
||
desktopId | int | |
return |
public PrepareFileSystem ( int desktopId ) : bool | ||
desktopId | int | |
return | bool |
public UpdateFile ( int desktopId, string filePath, byte fileBytes ) : bool | ||
desktopId | int | |
filePath | string | |
fileBytes | byte | |
return | bool |