Interface IDraftVersionPostProcessor
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Reponsibility 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: 12.17.2Syntax
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. |