프로젝트

일반

사용자정보

개정판 058a4c0d

ID058a4c0d0c23ecc5817062d40d171d7d49d3ea75
상위 7e810f54
하위 b2948d06

김태성이(가) 10달 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)