UpdateListColumn
指定されたSharePoint リストのカラムを更新します。
Input
Name | Type | Description |
List | String | カラムが含まれるリストのGUID または名前。 |
ColumnName | String | 更新するカラム名。 |
DisplayName | String | カラムの表示名の新しい値。 |
DefaultValue | String | カラムのデフォルト値の新しい値。 |
ColumnType | String | カラムの型の新しい値。有効なオプションは、SharePoint API で利用可能なFieldTypes で定義されています(https://learn.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 です。 |
MaxLength | String | カラムの最大長の新しい値。 |
PrimaryKey | String | カラムが主キーかどうかを示すBoolean。 |
ReadOnly | String | カラムが読み取り専用かどうかを示すBoolean。これは新規または編集フォームでカラムを非表示にします。 |
Required | String | このカラムが新規または編集フォームで必須であるかどうかを示すBoolean 値。 |
Result Set Columns
Name | Type | Description |
Success | Boolean | 操作が成功したかどうかを示すBoolean 値。 |