How to get ID of member group item via context menu item action.
Hi there.
As a follow-on from this question I'm now stuck on the following:
I've created a new context-menu item ("Site Mappings") that appears when I right-click on a "Member Group" subnode (let's say "MasterMember") in the Umbraco admin site. What I would like to do is, when I click on my custom "Site Mappings" context menu item, I want to display a popup window (same as the one which appears when you, for example, create a new user) which will have the ID of the member group passed to it.
How can achieve this?
I cannot see how, in my action class, I can get the ID of the member group item at all.
Can someone guide me on how this is possible please?
How to get ID of member group item via context menu item action.
Hi there.
As a follow-on from this question I'm now stuck on the following:
I've created a new context-menu item ("Site Mappings") that appears when I right-click on a "Member Group" subnode (let's say "MasterMember") in the Umbraco admin site. What I would like to do is, when I click on my custom "Site Mappings" context menu item, I want to display a popup window (same as the one which appears when you, for example, create a new user) which will have the ID of the member group passed to it.
How can achieve this?
I cannot see how, in my action class, I can get the ID of the member group item at all.
Can someone guide me on how this is possible please?
Many Thanks.
is working on a reply...