개정판 058a4c0d
issue #00000 Rest Download 추가
Change-Id: I322952f8ed13c2f38b773359286109fe1c5f8b03
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
525 | 525 |
instnaceFile = System.IO.Path.Combine(System.IO.Path.GetTempPath(), "MARKUS", System.IO.Path.GetRandomFileName().Split('.')[0] + ".pdf"); |
526 | 526 |
|
527 | 527 |
var directUri = CommonLib.Common.GetConfigString("DocumentDownloadPath", "url", ""); |
528 |
bool isRestDownload = false; |
|
528 |
|
|
529 |
bool isRestDownload = Convert.ToBoolean(CommonLib.Common.GetConfigString("DocumentDownloadPath", "IsRest", "False")); |
|
530 |
|
|
529 | 531 |
|
530 | 532 |
if (!string.IsNullOrWhiteSpace(directUri)) |
531 | 533 |
{ |
532 |
if (directUri == "FULL")
|
|
534 |
if (directUri.ToLower() == "full")
|
|
533 | 535 |
{ |
534 | 536 |
downloadurl = this._DocInfo.ORIGINAL_FILE; |
535 | 537 |
} |
내보내기 Unified diff