C# Class Solar.Dropbox

Afficher le fichier Open project: nusolar/sc6-telemetry-code Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AccountInfo ( ) : Task
Résultat Task

Dropbox() public méthode

public Dropbox ( ) : System
Résultat System

FilesPut() public méthode

public FilesPut ( byte fileData, string dest_path, string parent_rev = null ) : Task
fileData byte
dest_path string
parent_rev string
Résultat Task

Metadata() public méthode

public Metadata ( string path, bool list = true ) : Task
path string
list bool
Résultat Task

OAuth2Authorize() public méthode

public OAuth2Authorize ( ) : string
Résultat string

OAuth2Token() public méthode

public OAuth2Token ( string auth_code ) : Task
auth_code string
Résultat Task