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

3.3k views Asked by At

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.

1

There are 1 answers

3
Ryan On BEST ANSWER

SPFieldBoolean is the field type you're looking for.