Show / Hide Table of Contents

Class MessagingServiceController

Inheritance
object
DnnApiController
MessagingServiceController
Inherited Members
DnnApiController.PortalSettings
DnnApiController.UserInfo
DnnApiController.ActiveModule
Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class MessagingServiceController : DnnApiController

Constructors

MessagingServiceController()

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IPortalController. Scheduled removal in v12.0.0.")]
public MessagingServiceController()

MessagingServiceController(IPortalController, IApplicationStatusInfo, IPortalGroupController)

Declaration
public MessagingServiceController(IPortalController portalController, IApplicationStatusInfo appStatus, IPortalGroupController portalGroupController)
Parameters
Type Name Description
IPortalController portalController
IApplicationStatusInfo appStatus
IPortalGroupController portalGroupController

Methods

Create(CreateDTO)

Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage Create(MessagingServiceController.CreateDTO postData)
Parameters
Type Name Description
MessagingServiceController.CreateDTO postData
Returns
Type Description
HttpResponseMessage

Search(string)

Declaration
public HttpResponseMessage Search(string q)
Parameters
Type Name Description
string q
Returns
Type Description
HttpResponseMessage

WaitTimeForNextMessage()

Declaration
public HttpResponseMessage WaitTimeForNextMessage()
Returns
Type Description
HttpResponseMessage

Extension Methods

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