Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ContactNotesController

Inheritance
System.Object
ContactNotesController
Namespace: EPiServer.Commerce.UI.Admin.Customers
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class ContactNotesController : Controller

Constructors

ContactNotesController(ICustomerService)

Declaration
public ContactNotesController(ICustomerService customerService)
Parameters
Type Name Description
ICustomerService customerService

Methods

AddOrUpdate(ContactNoteModel)

Declaration
public ActionResult AddOrUpdate(ContactNoteModel model)
Parameters
Type Name Description
ContactNoteModel model
Returns
Type Description
Microsoft.AspNetCore.Mvc.ActionResult

Delete(Guid[])

Declaration
public ActionResult Delete(Guid[] contactNodeIds)
Parameters
Type Name Description
System.Guid[] contactNodeIds
Returns
Type Description
Microsoft.AspNetCore.Mvc.ActionResult

Get(Guid)

Declaration
public ActionResult Get(Guid contactNoteId)
Parameters
Type Name Description
System.Guid contactNoteId
Returns
Type Description
Microsoft.AspNetCore.Mvc.ActionResult

List(Guid)

Declaration
public ActionResult List(Guid contactId)
Parameters
Type Name Description
System.Guid contactId
Returns
Type Description
Microsoft.AspNetCore.Mvc.ActionResult