Show / Hide Table of Contents

    Class TrashBinQuery

    Defines a query for trash bin documents.

    Inheritance
    System.Object
    TrashBinQuery
    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 TrashBinQuery

    Constructors

    TrashBinQuery()

    Creates a new instance of this class

    Declaration
    public TrashBinQuery()

    Properties

    CalculateTotalCount

    Indicates if total count of the documents should be calculated. If it is false the return value will be the number of requested items and indication if there are more items available.

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

    Count

    Number of result documents to be retrieved in one block

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    Expression

    Filter expression

    Declaration
    public TrashBinExpression Expression { get; set; }
    Property Value
    Type Description
    TrashBinExpression

    SortOrder

    Gets or sets the fields which are returned by this query.

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

    Start

    Start index of result document

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