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 make or not the exisitng column, primary key. |
ReadOnly | String | Use this to make or not the exisitng column, readonly. |
Required | String | Use this to make or not the exisitng column, required. |
Result Set Columns
Name | Type | Description |
Result | String | Boolean value indicating whether the operation was successful. |