BL_LZK.Analyzer.GetExportPath C# (CSharp) Метод

GetExportPath() приватный Метод

private GetExportPath ( WebSite webSite ) : string
webSite BL_pundt.WebSite
Результат string
        private string GetExportPath(WebSite webSite)
        {
            return Path.Combine(exportFolder, webSite.FileName);
        }