Valid Sitecore-XM-Cloud-Developer Dumps shared by ExamDiscuss.com for Helping Passing Sitecore-XM-Cloud-Developer Exam! ExamDiscuss.com now offer the newest Sitecore-XM-Cloud-Developer exam dumps, the ExamDiscuss.com Sitecore-XM-Cloud-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Sitecore-XM-Cloud-Developer dumps with Test Engine here:
If a developer wants to limit the serialization of items under a Navigation item to just the item itself and then one step below, what property should the developer add to the includes to indicate this limitation?
Correct Answer: A
According to the Sitecore XM Cloud Documentation for Developers1, the scope property is used to control the depth of the serialization tree.The scope property can have one of the following values2: Self- only the item itself is serialized, not its descendants. Children- the item and its immediate children are serialized, not the grandchildren or further descendants. Subtree- the item and all its descendants are serialized, regardless of the depth. To limit the serialization of items under a Navigation item to just the item itself and then one step below, the developer should add the scope property with the value Children to the includes section of the serialization configuration file.For example3: includes: -name:Navigation path:/sitecore/content/MySite/Navigation scope:Children 2:The YAML serialization format | Sitecore Documentation3:The XM Cloud build configuration | Sitecore Documentation1:XM Cloud Documentation for Developers - Sitecore