コード例 #1
0
 public bool AllowOutputCopy(FileFinder fileFinder, string path, string physicalPath)
 {
     return(OutputCopyPermission.Allow(path, physicalPath));
 }
コード例 #2
0
 public bool AllowWrite(FileFinder fileFinder, string path, string physicalPath)
 {
     return(WritePermission.Allow(path, physicalPath));
 }
コード例 #3
0
 public bool TreatAsContent(FileFinder fileFinder, string path, string physicalPath)
 {
     return(TreatAsContentPermission.Allow(path, physicalPath));
 }
コード例 #4
0
 public bool AllowRead(FileFinder fileFinder, string path, string physicalPath)
 {
     return(ReadPermission.Allow(path, physicalPath));
 }