Click or drag to resize
IDocumentQueryTQuery, TObjectCulture Method
Filters the data to include only documents translated to given culture(s).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
TQuery Culture(
	params string[] cultures
)

Parameters

cultures
Type: SystemString
List of document cultures

Return Value

Type: TQuery
See Also