Table of Contents

Enum FieldType

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll
[SuppressMessage("Naming", "CA1720:Identifier contains type name", Justification = "<Pending>")]
public enum FieldType

Fields

AllDayEvent = 29

Specifies that the field indicates whether a meeting in a calendar list is an all-day event. The value = 29.

Attachments = 19

Specifies that the field indicates whether the list item has attachments. The value = 19.

Boolean = 8

Specifies that the field contains a Boolean value. The value = 8.

Calculated = 17

Specifies that the field is a calculated field. The value = 17.

Choice = 6

Specifies that the field contains a single value from a set of specified values. The value = 6.

Computed = 12

Specifies that the field is a computed field. The value = 12.

ContentTypeId = 25

Specifies that the field contains a content type identifier as a value. The value = 25.

Counter = 5

Specifies that the field contains a monotonically increasing integer. The value = 5.

Specifies that the field contains a link between projects in a Meeting Workspace site. The value = 22.

Currency = 10

Specifies that the field contains a currency value. The value = 10.

DateTime = 4

Specifies that the field contains a date and time value or a date-only value. The value = 4.

Error = 24

Specifies that the type of the field was set to an invalid value. The value = 24.

File = 18

Specifies that the field contains the leaf name of a document as a value. The value = 18.

GridChoice = 16

Specifies that the field contains rating scale values for a survey list. The value = 16.

Guid = 14

Specifies that the field contains a GUID value. The value = 14.

Integer = 1

Specifies that the field contains an integer value. The value = 1.

Invalid = 0

Must not be used. The value = 0.

Lookup = 7

Specifies that the field is a lookup field. The value = 7.

MaxItems = 35

Must not be used. The value = 31.

ModStat = 23

Specifies that the field indicates moderation status. The value = 23.

MultiChoice = 15

Specifies that the field contains one or more values from a set of specified values. The value = 15.

Note = 3

Specifies that the field contains multiple lines of text. The value = 3.

Number = 9

Specifies that the field contains a floating-point number value. The value = 9.

PageSeparator = 26

Specifies that the field separates questions in a survey list onto multiple pages. The value = 26.

Recurrence = 21

Specifies that the field indicates whether a meeting in a calendar list recurs. The value = 21.

Text = 2

Specifies that the field contains a single line of text. The value = 2.

ThreadIndex = 27

Specifies that the field indicates the position of a discussion item in a threaded view of a discussion board. The value = 27.

Threading = 13

Specifies that the field indicates the thread for a discussion item in a threaded view of a discussion board. The value = 13.

URL = 11

Specifies that the field contains a URI and an optional description of the URI. The value = 11.

User = 20

Specifies that the field contains one or more users and groups as values. The value = 20.

WorkflowEventType = 30

Specifies that the field contains the most recent event in a workflow instance. The value = 30.

WorkflowStatus = 28

Specifies that the field indicates the status of a workflow instance on a list item. The value = 28.