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

CreateFileLink() public method

public CreateFileLink ( string sPath ) : string
sPath string
return string
        public string CreateFileLink(string sPath)
        {
            return String.Format("javascript:SetFile('{0}');", sPath);
        }