ColumnDefinition Fields |
The ColumnDefinition type exposes the following members.
Name | Description | |
---|---|---|
AddToDefaultView | If enabled, the column is added to the default view. (Inherited from BaseColumnDefinition.) | |
Choices | Contains choices for this column (will be evaluated only for choice columns). | |
DefaultValue | Specifies a default value for this column. | |
Group | Specifies the name of the group which the created column will be part of. | |
Indexed | Specifies whether this column is indexed. Please be aware that not all columns can be indexed due to SharePoint limitations. | |
Required | Specifies whether a value for this column is required. | |
SchemaXml | Specifies the CAML definition for a field. If this value is set, all other fields except 'AddToDefaultView' and 'TitleResource' are ignored. | |
Title | Specifies the display name of the column. | |
TitleResource | Contains string translations for the title parameter in different languages. | |
Type | Specifies the type for this column. This field is ignored if the field 'TypeName' is set. | |
TypeName | Specifies a type name that references a third party custom column. Otherwise the field 'Type' should be used. |