Click or drag to resize
VersionHistoryControlCombineWithDefaultCulture Property
Indicates if returned nodes should be combined with appropriate nodes of default culture in case they are not localized. It applies only if you're using multilingual support. The default value is false.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public bool CombineWithDefaultCulture { get; set; }

Property Value

Type: Boolean
See Also