Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ICatalogArchiveHandler

Callback interface used to access move functionality in the business layer.

Namespace: EPiServer.Commerce.Catalog
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public interface ICatalogArchiveHandler
Remarks

For internal use only.

Methods

ArchiveContent(ContentReference)

Declaration
void ArchiveContent(ContentReference contentLink)
Parameters
Type Name Description
EPiServer.Core.ContentReference contentLink

RestoreArchive(ContentReference, ContentReference)

Declaration
void RestoreArchive(ContentReference contentLink, ContentReference parentLink)
Parameters
Type Name Description
EPiServer.Core.ContentReference contentLink
EPiServer.Core.ContentReference parentLink