London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DeleteController

Inheritance
System.Object
DeleteController
Namespace: EPiServer.Commerce.Shell.Controllers
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class DeleteController : Controller

Constructors

DeleteController(IContentRepository, ReferenceConverter)

Declaration
public DeleteController(IContentRepository contentRepository, ReferenceConverter referenceConverter)
Parameters
Type Name Description
EPiServer.IContentRepository contentRepository
ReferenceConverter referenceConverter

DeleteController(IContentRepository, ReferenceConverter, HttpContextBase)

Declaration
public DeleteController(IContentRepository contentRepository, ReferenceConverter referenceConverter, HttpContextBase httpContext)
Parameters
Type Name Description
EPiServer.IContentRepository contentRepository
ReferenceConverter referenceConverter
System.Web.HttpContextBase httpContext

Methods

Delete(IEnumerable<ContentReference>)

Declaration
public ActionResult Delete(IEnumerable<ContentReference> contentReferences)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<EPiServer.Core.ContentReference> contentReferences
Returns
Type Description
System.Web.Mvc.ActionResult