Click or drag to resize
TreeProviderSetQueryCultures 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.DocumentEngineMultiDocumentQuery
Query
cultureCode
Type: SystemString
Culture code
combineWithDefaultCulture
Type: SystemBoolean
Combine with default culture
See Also