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
Hello,Does anybody know how can I set the user "Start Node in Content" / "Start Node in Media Library" using API ?
Hi,
Not tested but it should be something along the lines of:
umbraco.BusinessLogic.User u = umbraco.BusinessLogic.User.GetUser(<user id>);u.StartNodeId = <node id>;u.StartMediaId = <node id>;u.Save();
Hope this helps,Tom
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
Setting User Start Node
Hello,
Does anybody know how can I set the user "Start Node in Content" / "Start Node in Media Library" using API ?
Hi,
Not tested but it should be something along the lines of:
Hope this helps,
Tom
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.