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 ExtendedSaveAction

Defines flags that can be used to mask the EPiServer.DataAccess.SaveAction when working with catalog content and the content provider. Use the extension methods of SaveActionExtensions to work with these extra flags.

Inheritance
System.Object
ExtendedSaveAction
Namespace: EPiServer.Commerce.Catalog.Provider
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public sealed class ExtendedSaveAction : Enum

Fields

ClearVersions

When this flag is set in the EPiServer.DataAccess.SaveAction used when saving a catalog content, any previously existing vesions will be deleted from the database, and no additional version data (except for the saved data itself) will be kept.

Declaration
public const ExtendedSaveAction ClearVersions
Field Value
Type Description
ExtendedSaveAction

value__

Declaration
public int value__
Field Value
Type Description
System.Int32