I’m creating a new DotNetNuke module and in the past I inherited from PortalModuleBase. I’m aware that there’s a replacement for this now. Can someone please tell me what it is? I’ve had a brief search for it but I haven’t found what it is.
I’m creating a new DotNetNuke module and in the past I inherited from PortalModuleBase.
Share
I don’t believe there’s a replacement for
PortalModuleBaseyet? At least not that I’m teaching in any of my DotNetNuke classes 😀Are you perhaps thinking of a replacement for
IHydratableon your object class withContentItem?EDIT: There are some other base classes available now though after doing some digging. Such as
UserUserControlBase,ProfileUserControlBase,UserModuleBase, and others. Look at theDotNetNuke.Entities.Modulesnamespace for a full listing.