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!

Interface IDraftVersionPostProcessor

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Responsibility for post-processing a draft version of catalog content. A common use case is trying to add the draft version to the current project mode when the project mode is enabled and there's an active project.

Namespace: EPiServer.Commerce.Catalog.Provider.Internal
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public interface IDraftVersionPostProcessor

Methods

Process(ContentReference)

Processes a draft version of a CatalogContentBase after it had been saved to the database.

Declaration
void Process(ContentReference contentReference)
Parameters
Type Name Description
EPiServer.Core.ContentReference contentReference

The content reference of the draft version to be processed.