Joy
Joy

Reputation: 1777

SPFieldType of a yes/no (check box) column in a sharepoint list

I want to know if I added a yes/no (check box) column to my list in my sharepoint website and then let's say in visual studio I wanted to retrieve data from this column what is the equivalent SPFieldType of this column.

Upvotes: 1

Views: 3475

Answers (1)

Ryan
Ryan

Reputation: 24422

SPFieldBoolean is the field type you're looking for.

Upvotes: 2

Related Questions