public bool AllowOutputCopy(FileFinder fileFinder, string path, string physicalPath) { return(OutputCopyPermission.Allow(path, physicalPath)); }
public bool AllowWrite(FileFinder fileFinder, string path, string physicalPath) { return(WritePermission.Allow(path, physicalPath)); }
public bool TreatAsContent(FileFinder fileFinder, string path, string physicalPath) { return(TreatAsContentPermission.Allow(path, physicalPath)); }
public bool AllowRead(FileFinder fileFinder, string path, string physicalPath) { return(ReadPermission.Allow(path, physicalPath)); }