Class NewUserNotificationServiceController
Inheritance
NewUserNotificationServiceController
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class NewUserNotificationServiceController : DnnApiController
Constructors
NewUserNotificationServiceController()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public NewUserNotificationServiceController()
NewUserNotificationServiceController(RoleProvider, IRoleController, IEventManager, IPortalController, IUserController, IEventLogger)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public NewUserNotificationServiceController(RoleProvider roleProvider, IRoleController roleController, IEventManager eventManager, IPortalController portalController, IUserController userController, IEventLogger eventLogger)
Parameters
NewUserNotificationServiceController(RoleProvider, IRoleController, IEventManager, IPortalController, IUserController, IEventLogger, IHostSettings)
Declaration
public NewUserNotificationServiceController(RoleProvider roleProvider, IRoleController roleController, IEventManager eventManager, IPortalController portalController, IUserController userController, IEventLogger eventLogger, IHostSettings hostSettings)
Parameters
Methods
Authorize(NotificationDTO)
Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage Authorize(NotificationDTO postData)
Parameters
Returns
Reject(NotificationDTO)
Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage Reject(NotificationDTO postData)
Parameters
Returns
SendVerificationMail(NotificationDTO)
Declaration
[DnnAuthorize]
[ValidateAntiForgeryToken]
public HttpResponseMessage SendVerificationMail(NotificationDTO postData)
Parameters
Returns
Extension Methods