Click or drag to resize
TreeProvider.SetQueryCultures Method
Sets the query cultures to include proper combination of cultures for backward compatibility. Use only in case when your code uses string culture parameter, which may have TreeProvider.ALL_CULTURES value

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetQueryCultures(
	MultiDocumentQuery query,
	string cultureCode,
	bool combineWithDefaultCulture
)

Parameters

query
Type: CMS.DocumentEngine.MultiDocumentQuery
Query
cultureCode
Type: System.String
Culture code
combineWithDefaultCulture
Type: System.Boolean
Combine with default culture
See Also