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
Hi all,
Working with the new Ubraco.Userpicker datatype, I'm getting the user Id when using it in razor script.
Any suggestions to how to get the Username (and/or other details) either from the Id or as a Value from the Userpicker?
I'm on umbraco 7.0.2
@inherits umbraco.MacroEngines.DynamicNodeContext @{ @* returns User Id *@ @Model.AuthorPicker; }
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco.UserPicker Values
Hi all,
Working with the new Ubraco.Userpicker datatype, I'm getting the user Id when using it in razor script.
Any suggestions to how to get the Username (and/or other details) either from the Id or as a Value from the Userpicker?
I'm on umbraco 7.0.2
is working on a reply...