Search Results for

    Show / Hide Table of Contents

    Class SearchResultContract

    SearchResults with additional information for server side paging.

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

    Name Description
    SearchResultContract()

    Fields

    Name Description
    AccessRightsEnumList

    List of all allowed access rights of the found documents and processes. AccessRightsEnum

    Documents

    All documents of the search result.

    FoundFileLength

    File length of all the found documents.

    HasMore

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

    Processes

    All process of the search result.

    ResumePoint

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

    Back to top Copyright © Kendox