Resources for the DotNetNuke Community
MyBase.Actions.Add(GetNextActionID, "Edit Page List", "", _ Url:=EditURL(), Secure:=SecurityAccessLevel.Edit)
Ive been having the same problem, but the only difference for me is that I am using C# not VB. This could be my answer as well, but I'm not sure how to transpose this from VB to C#. I originally thought it could be my NavigateUrl, but all of the dnn modules have the same exact NavigateUrl. If I take out the NavigateUrl and load it, everything works except I can't edit any of my entries.
This is my NavigateUrl : EditUrl("itemid", DataBinder.Eval(Container.DataItem,"ItemID"))
Please help!!
MyBase.Actions.Add(GetNextActionID, "Edit Page List", "", _ Url:=EditURL(), Secure:=SecurityAccessLevel.Edit)Show this error:The name has not been declared 'SecurityAccessLevel'.Please. Help me.
SecurityAccessLevel is an Enum defined in DotNetNuke.
I might be missing a Imports for the namespace where this is defined. I'm not sure which one it is right now, look in DotNetNuke.Security or DotNetNuke.Entitities.Modules.