Click or drag to resize
DocumentQueryPropertiesAddCulturePriorityColumn Method
Adds culture priority column to data query settings to get the most relevant document culture version

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void AddCulturePriorityColumn(
	DataQuerySettings settings
)

Parameters

settings
Type: CMS.DataEngineDataQuerySettings
Settings
See Also