SaaS CMS has officially launched! Learn more now.

Class EPiServerDataPropertyRenameAttribute

Apply this attribute to properties that have been renamed on types whose instances are stored in the EPiServer Dynamic Data Store where

Inheritance
System.Object
EPiServerDataPropertyRenameAttribute
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public sealed class EPiServerDataPropertyRenameAttribute : Attribute

Constructors

EPiServerDataPropertyRenameAttribute()

Declaration
public EPiServerDataPropertyRenameAttribute()

Properties

OldName

The old name of the property

Declaration
public string OldName { get; set; }
Property Value
Type Description
System.String

Extension Methods