Example #1
0
 public Models.MogFile UploadFile(System.IO.MemoryStream ms, string internalName, Models.AuthCredential authCredential, string path)
 {
     return(this.UploadFile(internalName, authCredential.Id, path));
 }
Example #2
0
 public string GetMedialUrl(string path, Models.AuthCredential credential)
 {
     return("www.yahpp.fr");
 }
Example #3
0
 public Models.MogFile UploadFile(byte[] data, string filename, Models.AuthCredential credential, string remotePath = null)
 {
     return(this.UploadFile(filename, credential.Id, remotePath));
 }