Click or drag to resize
DocumentQueryBaseTQuery, 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#
public virtual TQuery Culture(
	params string[] cultures
)

Parameters

cultures
Type: SystemString
List of document cultures

Return Value

Type: TQuery

Implements

IDocumentQueryTQuery, TObjectCulture(String)
See Also