Try our conversational search powered by Generative AI!

Class ImplicitlyAddedTransfer

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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.Internal
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class ImplicitlyAddedTransfer

Constructors

ImplicitlyAddedTransfer(IPermanentLinkMapper, ISiteDefinitionResolver, ContentRootResolver)

Declaration
public ImplicitlyAddedTransfer(IPermanentLinkMapper permanentLinkMapper, ISiteDefinitionResolver siteDefinitionResolver, ContentRootResolver contentRootResolver)
Parameters
Type Name Description
IPermanentLinkMapper permanentLinkMapper
ISiteDefinitionResolver siteDefinitionResolver
ContentRootResolver contentRootResolver

Fields

EPiImplicitlyAddedMarker

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

EPiSystemReferenceMarker

Declaration
public const string EPiSystemReferenceMarker = "EPi:SystemReference"
Field Value
Type Description
System.String

Methods

ContentExporting(ITransferContext, ContentExportingEventArgs)

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

ContentImporting(ITransferContext, ContentImportingEventArgs)

Declaration
public virtual void ContentImporting(ITransferContext dataImporter, ContentImportingEventArgs importingArgs)
Parameters
Type Name Description
ITransferContext 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(DefaultDataImporter, ContentImportingEventArgs)

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

HandleImportingSystemReference(ITransferContext, ContentImportingEventArgs)

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

Extension Methods