BL_LZK.Analyzer.GetExportPath C# (CSharp) Method

GetExportPath() private method

private GetExportPath ( WebSite webSite ) : string
webSite BL_pundt.WebSite
return string
        private string GetExportPath(WebSite webSite)
        {
            return Path.Combine(exportFolder, webSite.FileName);
        }