Class ContentNameTransform
Inheritance
System.Object
ContentNameTransform
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ContentNameTransform : PropertyTransform<PropertyString>, IPropertyTransform
Constructors
ContentNameTransform(IUniqueIdentityCreator, SystemDefinition, IPermanentLinkMapper)
Declaration
public ContentNameTransform(IUniqueIdentityCreator uniqueIdentityCreator, SystemDefinition systemDefinition, IPermanentLinkMapper permanentLinkMapper)
Parameters
Methods
TransformForImport(RawProperty, PropertyString, PropertyImportContext)
Declaration
protected override bool TransformForImport(RawProperty source, PropertyString output, PropertyImportContext context)
Parameters
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