Interface IContentCopyHandler
Signature for component that copies a content instance (including descendents) to specified destination
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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 |
---|---|---|
Content |
contentLink | The link to the content data to copy. |
Content |
destinationLink | The container where the content data will be copied. |
Access |
requiredSourceAccess | The required source access to check access against |
System. |
publishOnDestination | If the new content data should be published on the destination. |
Returns
Type | Description |
---|---|
Content |