With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

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.