Show / Hide Table of Contents

    Class CountPlusValue

    Define unstrict count. If HasMore is true it is possible to have more items

    Inheritance
    System.Object
    CountPlusValue
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class CountPlusValue : object

    Constructors

    CountPlusValue()

    Creates a new instance of this class

    Declaration
    public CountPlusValue()

    Properties

    HasMore

    If this flag is true then the real number of hits can be larger than specified by the value of this element.

    Declaration
    public bool HasMore { get; set; }
    Property Value
    Type Description
    System.Boolean

    Value

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