Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I thought I figured out how to implement IActionable in a WebFormsMVP module - but my options are not showing up in the "Manage" menu like a normal module (PortalModuleBase).
What I did do was on my Presenter - I implemented IActionable.
The only change to the ModuleActionsCollection that I found was that GetNextActionID() is now ModuleContext.GetNextActionID()
And EditUri(control) is now:
ModuleContext.EditUrl(control)
Everything compiles as expected - but the options do not show up in the menu.
Any tips?