Sitecore 10 .NET Developer Certification — Question 29

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?

Answer options

Correct answer: B

Explanation

The correct answer is B, Scope, as it explicitly defines the limitation on what items to serialize. The other options do not serve this purpose; 'Item path' refers to a specific location, 'Nothing, this is the default' suggests no change is needed, and 'Name' simply identifies an item without limiting the serialization.