Ejemplo n.º 1
0
 public static void ForceDelete(GenericContent n)
 {
     Logger.WriteVerbose("Trashbin: Finally deleting from Repository", null, new Dictionary <string, object> {
         { "NodePath", n.Path }
     });
     n.ForceDelete();
 }