Gets or sets if information on a page should be merged if it has been published while being edited.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("uiVersionMerging", DefaultValue = "true", IsRequired = false)] [ManagerTabAttribute(ManagerTab.PageConfiguration)] [BoolValidatorAttribute] public bool UIVersionMerging { get; set; } |