Provisioning a List With More Than One Content Type - Provisioning a List With More Than One Content Type - Community forums - Akumina Community

Community forums

Forum Navigation
Please or Register to create posts and topics.

Provisioning a List With More Than One Content Type

When provisioning a list in your site definition you may find that you would want to use more than one content type in order to get all of the fields you need. This is possible by including all necessary content types in your "contentType" attribute within your list definition node. The last content type you include will be your default.

For example...

<list name="MyFancyList" noCrawl="TRUE" contentType="AkuminaLanguage,MyCustomContentType,MoreContentType"></list>

Thanks brad!

//]]>