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 SaveActionExtensions

This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Extension methods to work with EPiServer.DataAccess.SaveAction.

Inheritance
System.Object
SaveActionExtensions
Namespace: EPiServer.Commerce.Catalog.Provider.Internal
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public static class SaveActionExtensions : Object

Methods

GetPrimaryAction(SaveAction)

Gets the primary action of a combined save action.

Declaration
public static SaveAction GetPrimaryAction(this SaveAction action)
Parameters
Type Name Description
EPiServer.DataAccess.SaveAction action
Returns
Type Description
EPiServer.DataAccess.SaveAction