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 ArchiveParam

Inheritance
System.Object
ArchiveParam
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class ArchiveParam : Object

Constructors

ArchiveParam()

Declaration
public ArchiveParam()

Properties

Action

Declaration
public int Action { get; set; }
Property Value
Type Description
System.Int32

Contents

Declaration
public List<ContentModel> Contents { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ContentModel>