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.0Syntax
public sealed class ExtendedSaveAction : EnumFields
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 ClearVersionsField Value
| Type | Description | 
|---|---|
| ExtendedSaveAction | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
