Multiple choice technology

To add a new view in the list definition file which file needs to be modified:

  1. Onet.xml

  2. Feature.xml

  3. Schema.xml

  4. Fldtypes.xml

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In SharePoint list definitions, Schema.xml is the file that defines views along with other list schema elements. To add or modify views in a list definition, you edit the Schema.xml file's View elements. Onet.xml defines site structure, Feature.xml defines features, and Fldtypes.xml defines field types - none of these handle list views.