Show / Hide Table of Contents

    Class TasksQuery

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

    Constructors

    TasksQuery()

    Creates a new instance of this class

    Declaration
    public TasksQuery()

    Properties

    Count

    Count of the returned items.

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

    Instances

    List of instances ids.

    Declaration
    public List<string> Instances { get; set; }
    Property Value
    Type Description
    List<System.String>

    RemoveLinks

    Indicates whether the task links should be loaded.

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

    SortOrder

    Sort order for the task list.

    Declaration
    public List<ColumnSortOrder> SortOrder { get; set; }
    Property Value
    Type Description
    List<ColumnSortOrder>

    Start

    Start position of the search.

    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