Show / Hide Table of Contents

    Class WordSearchResultPageHit

    Define a a set of words and locations where they are found in a page

    Inheritance
    System.Object
    WordSearchResultPageHit
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class WordSearchResultPageHit

    Properties

    Hits

    Contains the sequence of words matching the search query.

    Declaration
    public List<WordSearchResultWordHit> Hits { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<WordSearchResultWordHit>

    PageNum

    Page number where the hits a found

    Declaration
    public int PageNum { get; set; }
    Property Value
    Type Description
    System.Int32
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top