Пример #1
0
 public static void Cleanup()
 {
     scope.ExecuteCommand("Remove-PnPList",
                          new CommandParameter("Identity", listTitle),
                          new CommandParameter("Force"));
     scope.Dispose();
 }