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.0Syntax
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 |