MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectCombineWithAnyCulture Method |
The data will be combined with documents in any culture if not translated to the requested one(s). When several cultures are required, the order is taken in account as a priority for documents with several matching language versions followed by any other language version.
If no culture specified, the highest priority has site preferred culture, second the default culture followed by the rest of site cultures.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public TQuery CombineWithAnyCulture(
bool combine = true
)
Parameters
- combine (Optional)
- Type: SystemBoolean
If true, documents will be combined with any other culture(s), otherwise only documents translated to one of the requested culture(s) are retrieved
Return Value
Type:
TQuerySee Also