Monday, December 10, 2012

Force Delete Specific List


if you retract your solutin and some lists doesn't deleted  try to force delete it by using powershell command :

Get-SPWeb “YourSiteURL” | % {$_.Lists.Delete([System.Guid]$_.Lists["YourListName"].ID)}

No comments:

Post a Comment