Click or drag to resize
SearchResultsDocuments Property
Collection of documents ids which are present in filtered results

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public HashSet<string> Documents { get; protected set; }

Property Value

Type: HashSetString
See Also