Click or drag to resize
WordSearchResultPageHitHits Property
Contains the sequence of words matching the search query.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlArrayItemAttribute("Wd", IsNullable = false)]
public List<WordSearchResultWordHit> Hits { get; set; }

Property Value

Type: ListWordSearchResultWordHit
See Also