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 there,
I am in a situation where I need to get the authorized groups on an Umbraco page, as I need it for some additional functionality.
I used to be able to get this via
umbraco.cms.businesslogic.web.Access.GetAccessingMembershipRoles(documentId, path)
but this method has been deprecated. Do any of you guys know the equivalent method when using ASP.NET Membership functionality?
Thanks a lot in advance :)
Best regards
Kim
OK... At last I found the solution.
is the new replacement for
umbraco.cms.businesslogic.web.Access.GetAccessingGroups(documentId, path)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to get AllowedGroups in System.Web.Membership
Hi there,
I am in a situation where I need to get the authorized groups on an Umbraco page, as I need it for some additional functionality.
I used to be able to get this via
umbraco.cms.businesslogic.web.Access.GetAccessingMembershipRoles(documentId, path)
but this method has been deprecated. Do any of you guys know the equivalent method when using ASP.NET Membership functionality?
Thanks a lot in advance :)
Best regards
Kim
OK... At last I found the solution.
umbraco.cms.businesslogic.web.Access.GetAccessingMembershipRoles(documentId, path)
is the new replacement for
umbraco.cms.businesslogic.web.Access.GetAccessingGroups(documentId, path)
is working on a reply...