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