IDocumentQueryTQuery, TObjectAllCultures Method |
Ensures that all culture versions of the documents are retrieved.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax 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:
TQuerySee Also