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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...