Esempio n. 1
0
 public static string CreateWebServiceDownloadUrl(HttpRequest Request, int workfile_id, bool redirect)
 {
     return(WebServices.CreateWebServiceDownloadUrl(workfile_id, CreateWebServiceLogin(Request), redirect));
 }