BetterCms.Core.Services.Storage.FileSystemStorageService.GetSecuredUrl C# (CSharp) Method

GetSecuredUrl() public method

public GetSecuredUrl ( Uri uri ) : string
uri System.Uri
return string
        public string GetSecuredUrl(Uri uri)
        {
            throw new CmsException("File system storage doesn't support token based security.");
        }
    }