Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a location for suggesting documentation updates?
I am looking at this page related to Start-Item, https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api
I would have expected that Start-Item would have worked with any item key. However, in looking at the code, it appears that the start item must be a root node.
_requestedStartContent = Guid.TryParse(headerValue, out Guid key) ? rootContent.FirstOrDefault(c => c.Key == key) : rootContent.FirstOrDefault(c => c.UrlSegment(_variationContextAccessor).InvariantEquals(headerValue));
This impacts on how someone might structure a site and would be valuable to know in advance.
Suggestions can be made here: https://github.com/umbraco/UmbracoDocs/issues
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Documentation Update Suggestions
Is there a location for suggesting documentation updates?
I am looking at this page related to Start-Item, https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api
I would have expected that Start-Item would have worked with any item key. However, in looking at the code, it appears that the start item must be a root node.
This impacts on how someone might structure a site and would be valuable to know in advance.
Suggestions can be made here: https://github.com/umbraco/UmbracoDocs/issues
is working on a reply...