Click or drag to resize
IDocumentQueryTQuery, TObjectFilterDuplicates Method
Ensures that 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#
TQuery FilterDuplicates(
	bool filter = true
)

Parameters

filter (Optional)
Type: SystemBoolean
If true, the permission check is enabled, otherwise disabled

Return Value

Type: TQuery
See Also