Show / Hide Table of Contents

Class NewUserNotificationServiceController

Inheritance
object
DnnApiController
NewUserNotificationServiceController
Inherited Members
DnnApiController.PortalSettings
DnnApiController.UserInfo
DnnApiController.ActiveModule
Namespace: DotNetNuke.Web.InternalServices
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
Type Name Description
NotificationDTO postData
Returns
Type Description
HttpResponseMessage

Reject(NotificationDTO)

Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage Reject(NotificationDTO postData)
Parameters
Type Name Description
NotificationDTO postData
Returns
Type Description
HttpResponseMessage

SendVerificationMail(NotificationDTO)

Declaration
[DnnAuthorize]
[ValidateAntiForgeryToken]
public HttpResponseMessage SendVerificationMail(NotificationDTO postData)
Parameters
Type Name Description
NotificationDTO postData
Returns
Type Description
HttpResponseMessage

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS