How do i get access to the MembershipHelper in Umbraco 8? I want to get the member back as IPublishedContent so i can use the strongly typed models from the ModelsBuilder. Or is there another way to get an IPublishedContent version of a IMember (via MemberService)?
Access to MembershipHelper
How do i get access to the MembershipHelper in Umbraco 8? I want to get the member back as IPublishedContent so i can use the strongly typed models from the ModelsBuilder. Or is there another way to get an IPublishedContent version of a IMember (via MemberService)?
Hi Jeroen
On the UmbracoHelper there is a method called Member() that returns a member as IPublishedContent.
Also on the UmbracoHelper is the MembershipHelper, from which you can GetCurrentMember() as IPublishedContent.
Hey Soren,
When we're doing the Component (inheriting from IComponent)
Do you know if there's a way of getting the MembershipHelper() ?
Thanks
is working on a reply...