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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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
See Also