Click or drag to resize
IDocumentQueryTQuery, TObjectCombineWithDefaultCulture Method
The data will be combined with documents in site default culture if not translated to the requested one. This behavior can be used only when a single culture of documents is requested.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
TQuery CombineWithDefaultCulture(
	bool combine = true
)

Parameters

combine (Optional)
Type: SystemBoolean
If true, documents will be combined with default culture, otherwise only documents translated to requested culture are retrieved

Return Value

Type: TQuery
See Also