Esempio n. 1
0
 protected virtual bool CanAccess(string path)
 {
     return(permission.CanAccess(pathProvider.ToAbsolute(ContentPath), path));
 }