Try our conversational search powered by Generative AI!

Class ContentNameTransform

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

Inheritance
System.Object
ContentNameTransform
Implements
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.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ContentNameTransform : PropertyTransform<PropertyString>, IPropertyTransform

Constructors

ContentNameTransform(IUniqueIdentityCreator, SystemDefinition, IPermanentLinkMapper)

Declaration
public ContentNameTransform(IUniqueIdentityCreator uniqueIdentityCreator, SystemDefinition systemDefinition, IPermanentLinkMapper permanentLinkMapper)
Parameters
Type Name Description
IUniqueIdentityCreator uniqueIdentityCreator
SystemDefinition systemDefinition
IPermanentLinkMapper permanentLinkMapper

Methods

TransformForImport(RawProperty, PropertyString, PropertyImportContext)

Declaration
protected override bool TransformForImport(RawProperty source, PropertyString output, PropertyImportContext context)
Parameters
Type Name Description
RawProperty source
PropertyString output
PropertyImportContext context
Returns
Type Description
System.Boolean
Overrides
EPiServer.Core.Transfer.Internal.PropertyTransform<EPiServer.Core.PropertyString>.TransformForImport(EPiServer.Core.RawProperty, EPiServer.Core.PropertyString, EPiServer.Core.Transfer.PropertyImportContext)

Implements

Extension Methods