Search Results for

    Show / Hide Table of Contents

    Class SearchResultIdsContract

    SearchResults with additional information for server side paging.

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
    Syntax
    public class SearchResultIdsContract : Object

    Name Description
    SearchResultIdsContract()

    Fields

    Name Description
    HasMore

    Indicates, whether more results exists or not. The flag is set to true if more results are available.

    Ids

    All resulting ids of the search (documents and processes)

    ResumePoint

    The resume point from previous search operations. Set null for the first search operation.

    Back to top Copyright © Kendox