Enum EPiServerCompatibility
Operation Compatibility
Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 11.20.7Syntax
[Flags]
public enum EPiServerCompatibility
Fields
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 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. |