Click or drag to resize
TreeProviderCombineWithDefaultCulture 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.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual bool CombineWithDefaultCulture { get; set; }

Property Value

Type: Boolean
See Also