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 ArchiveModel

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

Constructors

ArchiveModel()

Declaration
public ArchiveModel()

ArchiveModel(Int32, Nullable<Int32>, Nullable<Int32>, String, DateTime, String)

Declaration
public ArchiveModel(int archivedId, Nullable<int> nodeId, Nullable<int> entryId, string name, DateTime archivedDate, string archivedBy)
Parameters
Type Name Description
System.Int32 archivedId
System.Nullable<System.Int32> nodeId
System.Nullable<System.Int32> entryId
System.String name
System.DateTime archivedDate
System.String archivedBy

Properties

ArchivedBy

Declaration
public string ArchivedBy { get; set; }
Property Value
Type Description
System.String

ArchivedId

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

ArchivedOn

Declaration
public DateTime ArchivedOn { get; set; }
Property Value
Type Description
System.DateTime

CatalogEntryId

Declaration
public Nullable<int> CatalogEntryId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

CatalogNodeId

Declaration
public Nullable<int> CatalogNodeId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

DaysRemaining

Declaration
public string DaysRemaining { get; set; }
Property Value
Type Description
System.String

HasChildren

Declaration
public bool HasChildren { get; set; }
Property Value
Type Description
System.Boolean

IsArchived

Declaration
public bool IsArchived { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

OriginalCatalogId

Declaration
public int OriginalCatalogId { get; set; }
Property Value
Type Description
System.Int32
Declaration
public ContentReference OriginalParentLink { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

PagePath

Declaration
public string PagePath { get; set; }
Property Value
Type Description
System.String

TypeIdentifier

Declaration
public string TypeIdentifier { get; set; }
Property Value
Type Description
System.String