Exam NET Developer 10 All QuestionsBrowse all questions from this exam
Question 40

If you want to limit the serialization of items under the Navigation item to the item itself and those one step below, what property should you add to the includes to indicate this limitation?

    Correct Answer: B

    To limit the serialization of items under the Navigation item to the item itself and those one step below, you should use the 'Scope' property. The 'Scope' property allows you to specify the extent of the serialization, and in this case, it should be set to 'ItemAndChildren' to achieve the desired limitation.

Discussion
AlexEthisysOption: B

You must specify a scope. The default is ItemAndDescendants but you need ItemAndChildren https://doc.sitecore.com/xp/en/developers/100/developer-tools/sitecore-content-serialization-configuration-reference.html

wenronglexinOption: B

the item itself and those one step below,