Пример #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();
 }
Пример #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();
 }
Пример #3
0
 public static void ForceDelete(GenericContent n)
 {
     SnTrace.Repository.Write("Trashbin: Finally deleting from Repository. NodePath:{0}", n.Path);
     n.ForceDelete();
 }