KeywordQuery.TrimDuplicatesIncludeId property
Specifies the value associated with a collapse group, typically used when a user clicks the Duplicates (n) link of an item with duplicates.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property TrimDuplicatesIncludeId As Long
Get
Set
'Usage
Dim instance As KeywordQuery
Dim value As Long
value = instance.TrimDuplicatesIncludeId
instance.TrimDuplicatesIncludeId = value
public long TrimDuplicatesIncludeId { get; set; }
Property value
Type: System.Int64
The duplicate documents ID. This value corresponds to the value of the docid managed property that is returned in query results. For more information, see Customizing search results in SharePoint 2013.