Bloom.web.controllers.PageTemplatesApi.GetPathToCurrentTemplateHtml C# (CSharp) Method

GetPathToCurrentTemplateHtml() private method

private GetPathToCurrentTemplateHtml ( ) : string
return string
        private string GetPathToCurrentTemplateHtml()
        {
            var templateBook = _bookSelection.CurrentSelection.FindTemplateBook();
            return templateBook == null ? null : templateBook.GetPathHtmlFile();
        }