Applies to:
- Winshuttle Foundation
DeleteList
Deletes a SharePoint list.
Usage
The following example will delete the list "mylist" from Sharepoint site "http://servername/site":
svadm.exe –o deletelist -url http://servername/site -name "mylist"
Options
Name |
Description |
Required |
url |
The URL of the site that contains the SharePoint list. For example, -url http://server/site |
Yes |
Name |
The name of the list. For example, -name "MyList" |
Yes |