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: 13.0.131
Syntax
C#
public bool FilterDuplicates { get; set; }

Property Value

Type: Boolean
See Also