C# Class CrossBox.Core.DropBox.DropBoxFile

Inheritance: DropBoxItem
Mostra file Open project: runegri/CrossBox Class Usage Examples

Public Methods

Method Description
DropBoxFile ( string fullPath, string name ) : System.Text
DropBoxFile ( string fullPath, string name, byte content ) : System.Text

Method Details

DropBoxFile() public method

public DropBoxFile ( string fullPath, string name ) : System.Text
fullPath string
name string
return System.Text

DropBoxFile() public method

public DropBoxFile ( string fullPath, string name, byte content ) : System.Text
fullPath string
name string
content byte
return System.Text