List To Delete
Defines the parameters delete a list.
| Reference Information |
| Release Status : |
Beta |
| Alias Name : |
Entity.ListToDelete |
| Full Reference Name : |
Collaboris.Saf.Actions.Wss.Entities.ListToDelete |
| Assembly Name : |
Collaboris.Saf.Actions.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| ListItemsOnly |
Nullable`1. Specifies whether to delete the list items only (i.e. not the list itself).
Note : If this is set to 'True' the list will not be deleted, only the data.
|
false
|
false
|
false
|
| Destroy |
Nullable`1. Specifies whether to permanently delete the list.
Note : If this is set to 'True' then the list (or list items) cannot be recovered!
|
false
|
false
|
false
|
| ListName |
String. Specifies the name of the list to perform the delete on.
|
PersonList
|
false
|
true
|