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.
Comment author was deleted
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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
Comment author was deleted
The user service should allow you to get that
This did the trick aswell
is working on a reply...