Click or drag to resize
TreeProvider.GetCombineWithDefaultCulture Method
Returns whether nodes should be combined with appropriate nodes of default culture if not localized. This applies only when using multilingual support. The default value is false.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public virtual bool GetCombineWithDefaultCulture(
	string siteName
)

Parameters

siteName
Type: System.String
Site name

Return Value

Type: Boolean
See Also