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 way to get the Node ID for a Backend User in Umbraco?
It´s the "Start Node in Content" ID that I am looking for.
The user service should allow you to get that
var user = Services.UserService.GetByProviderKey(THEKEY); user.StartContentId
This did the trick aswell
UmbracoContext.Current.Security.CurrentUser.StartContentId
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Get "Home" path ID from BackendUser.
Is there a way to get the Node ID for a Backend User in Umbraco?
It´s the "Start Node in Content" ID that I am looking for.
The user service should allow you to get that
This did the trick aswell
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.