NET Developer 10 Exam QuestionsBrowse all questions from this exam

NET Developer 10 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?

Show Answer
Correct Answer: BC

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

2 comments
Sign in to comment
AlexEthisysOption: B
Apr 3, 2023

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
Jun 25, 2023

the item itself and those one step below,