How do you initialize a NotificationController
in DNN 7.1.2?
I've tried:
var nc = new DotNetNuke.Services.Social.Notifications.NotificationController();
However this is empty and has no methods to call... Am I initializing the wrong thing?
Surely there should be something in there other than ToString
, GetType
, Equals
and GetHashCode
I need to be able to create NotificationTypes and create Notifications.
Thanks