Try our conversational search powered by Generative AI!

Interface IRawPageTransfer

Implemented by PageTransfer implementations that works with RawPage instances rather than PageData instances

Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 9.12.2
Syntax
[Obsolete("Not used any longer")]
public interface IRawPageTransfer

Methods

Export(RawContentInfo, AccessLevel)

Exports the specified page.

Declaration
ITransferPageData Export(RawContentInfo page, AccessLevel requiredSourceAccess)
Parameters
Type Name Description
RawContentInfo page

The page.

AccessLevel requiredSourceAccess

The required source access.

Returns
Type Description
ITransferPageData

An ITransferPageData to represent a page to be transferred.

Extension Methods