Click or drag to resize
DocumentQueryPropertiesFilterDuplicates Property
Indicates if duplicate document are filtered from the result. This means that linked documents are not retrieved, if there is the original document already included in the results.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public bool FilterDuplicates { get; set; }

Property Value

Type: Boolean
See Also