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))。許可される値は、Integer、Text、Note、DateTime、Counter、Choice、Lookup、Boolean、Number、Currency、URL、Computed、Threading、Guid、MultiChoice、GridChoice、Calculated、File、Attachments、User、Recurrence、CrossProjectLink、ModStat、Error、ContentTypeId、PageSeparator、ThreadIndex、WorkflowStatus、AllDayEvent、WorkflowEventType、Geolocation、OutcomeChoice です。
デフォルト値はTextです。 |
MaxLength | String | 追加するカラムの最大長。 |
PrimaryKey | String | カラムが主キーかどうかを示すBoolean。 |
ReadOnly | String | カラムが読み取り専用かどうかを示すBoolean。 |
Required | String | カラムが必須かどうかを示すBoolean。 |
Result Set Columns
Name | Type | Description |
Success | Boolean | 操作が成功したかどうかを示します。 |