Show / Hide Table of Contents

    Class TaskOperations

    Operations on a workflow task.

    Inheritance
    System.Object
    TaskOperations
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class TaskOperations : IRelationsWithProxy

    Properties

    BaseTaskOperations

    Task operations available for all users.

    Declaration
    public BaseTaskOperations BaseTaskOperations { get; set; }
    Property Value
    Type Description
    BaseTaskOperations

    ExtendedControllerOperations

    Operations available for controllers of the task.

    Declaration
    public ExtendedControllerOperations ExtendedControllerOperations { get; set; }
    Property Value
    Type Description
    ExtendedControllerOperations

    ExtendedUserOperations

    Operations available for common users of the task.

    Declaration
    public ExtendedUserOperations ExtendedUserOperations { get; set; }
    Property Value
    Type Description
    ExtendedUserOperations

    Links

    Declaration
    public Link[] Links { get; set; }
    Property Value
    Type Description
    Link[]

    Methods

    SetProxy(HttpClientProxy)

    Sets the HTTP communication proxy which is used in further HTTP communication.

    Declaration
    public void SetProxy(HttpClientProxy proxy)
    Parameters
    Type Name Description
    HttpClientProxy proxy

    The instance which is used in further HTTP communication.

    Remarks

    The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top