London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IContentCopyHandler

Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public interface IContentCopyHandler

Methods

Copy(ContentReference, ContentReference, AccessLevel, Boolean)

Copy content to another container syncronously.

Declaration
ContentReference Copy(ContentReference contentLink, ContentReference destinationLink, AccessLevel requiredSourceAccess, bool publishOnDestination)
Parameters
Type Name Description
ContentReference contentLink

The link to the content data to copy.

ContentReference destinationLink

The container where the content data will be copied.

AccessLevel requiredSourceAccess

The required source access to check access against

System.Boolean publishOnDestination

If the new content data should be published on the destination.

Returns
Type Description
ContentReference

Extension Methods