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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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