Class ContentWorkflowServiceController
Inheritance
ContentWorkflowServiceController
Assembly: DotNetNuke.Web.dll
Syntax
[DnnAuthorize]
public class ContentWorkflowServiceController : DnnApiController
Constructors
ContentWorkflowServiceController()
Declaration
public ContentWorkflowServiceController()
Methods
Approve(NotificationDTO)
Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage Approve(NotificationDTO postData)
Parameters
Returns
Reject(NotificationDTO)
Declaration
[ValidateAntiForgeryToken]
public HttpResponseMessage Reject(NotificationDTO postData)
Parameters
Returns
Review(NotificationDTO)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.4.0. No replacement. Scheduled for removal in v9.0.0.")]
[ValidateAntiForgeryToken]
public HttpResponseMessage Review(NotificationDTO postData)
Parameters
Returns
Extension Methods