Sitecore 10 .NET Developer Certification — Question 1
You want to control the order in which patch files load. Which element could you use in the Layers.config file to accomplish this?
Answer options
- A. <configLayer>
- B. <loadOrder>
- C. <configLoad>
- D. <patchOrder>
Correct answer: B
Explanation
The correct answer is <loadOrder>, as this element specifically dictates the loading sequence of patch files. The other options, while related to configuration, do not provide the necessary control over the loading order.