Class NewUserNotificationServiceController
Inheritance
NewUserNotificationServiceController
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class NewUserNotificationServiceController : DnnApiController
Constructors
NewUserNotificationServiceController()
Declaration
public NewUserNotificationServiceController()
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