Click or drag to resize
WordSearchResultWordHits Class
Define a a set of words and locations where they are found
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientWordSearchResultWordHits

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class WordSearchResultWordHits

The WordSearchResultWordHits type exposes the following members.

Constructors
  NameDescription
Public methodWordSearchResultWordHits
Initializes a new instance of the WordSearchResultWordHits class
Top
Properties
  NameDescription
Public propertyWd
Define a a set of words and locations where they are found
Top
Remarks