SaaS CMS has officially launched! Learn more now.

Class ImplicitlyAddedTransfer

Inheritance
System.Object
ImplicitlyAddedTransfer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Enterprise.Transfer
Assembly: EPiServer.Enterprise.dll
Version: 7.19.2
Syntax
public class ImplicitlyAddedTransfer

Constructors

ImplicitlyAddedTransfer()

Declaration
public ImplicitlyAddedTransfer()

Fields

EPiImplicitlyAddedMarker

Declaration
public const string EPiImplicitlyAddedMarker = "EPi:ImplicitlyAdded"
Field Value
Type Description
System.String

PermanentLinkMapper

Declaration
public Injected<ServiceAccessor<IPermanentLinkMapper>> PermanentLinkMapper
Field Value
Type Description
Injected<ServiceAccessor<IPermanentLinkMapper>>

SiteDefinitionResolver

Declaration
public Injected<ServiceAccessor<SiteDefinitionResolver>> SiteDefinitionResolver
Field Value
Type Description
Injected<ServiceAccessor<SiteDefinitionResolver>>

Methods

ContentExporting(DataExporter, ContentExportingEventArgs)

Declaration
public virtual void ContentExporting(DataExporter dataExporting, ContentExportingEventArgs exportingArgs)
Parameters
Type Name Description
DataExporter dataExporting
ContentExportingEventArgs exportingArgs

ContentImporting(DataImporter, ContentImportingEventArgs)

Declaration
public virtual void ContentImporting(DataImporter dataImporter, ContentImportingEventArgs importingArgs)
Parameters
Type Name Description
DataImporter dataImporter
ContentImportingEventArgs importingArgs

HandleExportingSystemReferences(Guid, ContentExportingEventArgs)

Declaration
protected bool HandleExportingSystemReferences(Guid parentProperty, ContentExportingEventArgs exportingArgs)
Parameters
Type Name Description
System.Guid parentProperty
ContentExportingEventArgs exportingArgs
Returns
Type Description
System.Boolean

HandleImportingSystemReference(DataImporter, ContentImportingEventArgs)

Declaration
protected virtual bool HandleImportingSystemReference(DataImporter dataImporter, ContentImportingEventArgs importingArgs)
Parameters
Type Name Description
DataImporter dataImporter
ContentImportingEventArgs importingArgs
Returns
Type Description
System.Boolean

Extension Methods