Introduction


People are often confused between the SPList.ContentTypesEnabled and SPList.AllowContentTypes properties of the SPList class. This article outlines the differences.

Explanation

You can set the DisallowContentTypes property to true or false in a list definition schema file. This value cannot be changed via the object model.

See Also