Click or drag to resize
DocumentQueryBaseTQuery, TObjectAllCultures Method
Ensures that all culture versions of the documents are retrieved.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TQuery AllCultures(
	bool all = true
)

Parameters

all (Optional)
Type: SystemBoolean
If true, all culture versions are retrieved, otherwise documents of specified culture(s) are retrieved

Return Value

Type: TQuery

Implements

IDocumentQueryTQuery, TObjectAllCultures(Boolean)
See Also