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
[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
public NewUserNotificationServiceController(RoleProvider roleProvider, IRoleController roleController, IEventManager eventManager, IPortalController portalController, IUserController userController, IEventLogger eventLogger)
Parameters
Type Name Description
RoleProvider roleProvider
IRoleController roleController
IEventManager eventManager
IPortalController portalController
IUserController userController
IEventLogger eventLogger

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