AddListColumn
指定されたリストに新しいカラムを追加します。
Input
| Name | Type | Description |
| List | String | SharePoint サーバー上のリスト名。 |
| ColumnName | String | 追加するカラム名。 |
| DisplayName | String | 追加するカラムの表示名。 |
| DefaultValue | String | 追加するカラムのデフォルト値。 |
| ColumnType | String | 追加するカラムのデータ型。有効なオプションは、SharePoint API で利用可能なFieldTypes で定義されています(https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/ee540543(v=office.15))。 |
| MaxLength | String | 追加するカラムの最大長。 |
| PrimaryKey | String | カラムが主キーかどうかを示すboolean。 |
| ReadOnly | String | カラムが読み取り専用かどうかを示すboolean。 |
| Required | String | カラムが必須かどうかを示すboolean。 |
Result Set Columns
| Name | Type | Description |
| Result | String | 操作が成功したかどうかを示すboolean。 |