UpdateList
Updates a list on a SharePoint site.
Input
Name | Type | Description |
List | String | The name of the list on the SharePoint server. |
AllowMultiResponses | String | Set to True to allow multiple responses to the survey. |
Description | String | A string that contains the description for the list. |
Direction | String | A string that contains LTR if the reading order is left-to-right, RTL if it is right-to-left, or None. |
EnableAssignedToEmail | String | Set to True to enable assigned-to e-mail for the issues list. |
EnableAttachments | String | Set to True to enable attachments to items in the list. Does not apply to document libraries. |
EnableModeration | String | Set to True to enable Content Approval for the list. |
EnableVersioning | String | Set to True to enable versioning for the list. |
Hidden | String | Set to True to hide the list so that it does not appear on the Documents and Lists page, Quick Launch bar, Modify Site Content page, or Add Column page as an option for lookup fields. |
MultipleDataList | String | Set to True to specify that the list in a Meeting Workspace site contains data for multiple meeting instances within the site. |
Ordered | String | Set to True to specify that the option to allow users to reorder items in the list is available on the Edit View page for the list. |
ShowUser | String | Set to True to specify that names of users are shown in the results of the survey. |
Title | String | A string that contains the title of the list. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |