Enum 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.
Namespace: EPiServer.Commerce.Catalog.Provider
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public enum ExtendedSaveAction
Fields
Name | Description |
---|---|
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. |