Click or drag to resize
TreeProviderGetCultureWhereCondition Method
Returns where condition for given culture.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetCultureWhereCondition(
	string siteName,
	string cultureCode,
	bool combineWithDefaultCulture
)

Parameters

siteName
Type: SystemString
Nodes site name
cultureCode
Type: SystemString
Nodes culture code
combineWithDefaultCulture
Type: SystemBoolean
Indicates whether node in default culture should be returned if node in specified culture was not found.

Return Value

Type: String
See Also