Carrotware.CMS.UI.Admin.c3_admin.FileBrowser.SetSitePath C# (CSharp) Method

SetSitePath() protected method

protected SetSitePath ( string sPath ) : string
sPath string
return string
        protected string SetSitePath(string sPath)
        {
            return FileDataHelper.MakeFileFolderPath(sPath);
        }