Enum EPiServerCompatibility
Operation Compatibility
Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 10.10.4Syntax
[Flags]
public enum EPiServerCompatibilityFields
| Name | Description | 
|---|---|
| DynamicProperties | Enables dynamic properties | 
| Full | Enable all compatibility flags. | 
| LegacyPropertyValueType | The Value property of the following property types returns the same Type as in the old version instead of the new Type aligned with the property's PropertyDataType: Property Type | Old Value Type | New Value Type PropertyXhtmlString | string | EPiServer.Core.XhtmlString PropertyXForm | string | EPiServer.XForms.XForm PropertyUrl | string | EPiServer.Url PropertyDocumentUrl | string | EPiServer.Url PropertyImageUrl | string | EPiServer.Url | 
| LongStringLegacyControl | The CreatePropertyControl method on the PropertyLongString property creates PropertyLongStringControl otherwise a PropertyStringControl be created. | 
| None | There is no compatibility enabled at all. | 
