DocumentQueryBaseTQuery, TObjectCombineWithDefaultCulture Method |
The data will be combined with documents in site default 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.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public virtual TQuery CombineWithDefaultCulture(
bool combine = true
)
Parameters
- combine (Optional)
- Type: SystemBoolean
If true, documents will be combined with default culture, otherwise only documents translated to one of the requested culture(s) are retrieved
Return Value
Type:
TQueryImplements
IDocumentQueryTQuery, TObjectCombineWithDefaultCulture(Boolean)See Also