Subtext.Providers.BlogEntryEditor.FCKeditor.FileBrowserConnector.GetImageRootPath C# (CSharp) Method

GetImageRootPath() private static method

private static GetImageRootPath ( ) : string
return string
        private static string GetImageRootPath()
        {
            return UrlFormats.StripHostFromUrl(Config.CurrentBlog.ImagePath);
        }