UpdateListColumn
Updates a column to the specified list.
Input
| Name | Type | Description |
| List | String | The name of the list on the SharePoint server. |
| ColumnName | String | The name of the column to update. |
| DisplayName | String | The updated value of the display name. |
| DefaultValue | String | The updated default value of the specified column. |
| ColumnType | String | The updated data type of the specified column. |
| MaxLength | String | The updated maximum length of the specified column. |
| PrimaryKey | String | Use this to set the existing column as primary key. |
| ReadOnly | String | Use this to set the existing column as readonly. |
| Required | String | Use this to set the exisitng column as required. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful or not. |