C# Class Solar.Dropbox

Mostrar archivo Open project: nusolar/sc6-telemetry-code Class Usage Examples

Public Methods

Method Description
AccountInfo ( ) : Task
Dropbox ( ) : System
FilesPut ( byte fileData, string dest_path, string parent_rev = null ) : Task
Metadata ( string path, bool list = true ) : Task
OAuth2Authorize ( ) : string
OAuth2Token ( string auth_code ) : Task

Method Details

AccountInfo() public method

public AccountInfo ( ) : Task
return Task

Dropbox() public method

public Dropbox ( ) : System
return System

FilesPut() public method

public FilesPut ( byte fileData, string dest_path, string parent_rev = null ) : Task
fileData byte
dest_path string
parent_rev string
return Task

Metadata() public method

public Metadata ( string path, bool list = true ) : Task
path string
list bool
return Task

OAuth2Authorize() public method

public OAuth2Authorize ( ) : string
return string

OAuth2Token() public method

public OAuth2Token ( string auth_code ) : Task
auth_code string
return Task