Show / Hide Table of Contents

    Class RequestSettings

    Data to trigger new request.

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

    Constructors

    RequestSettings()

    Creates a new instance of this class

    Declaration
    public RequestSettings()

    Properties

    AssignedItem

    List of assigned users, roles or substitution rules.

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

    Decisions

    List of decision settings.

    Declaration
    public List<RequestDecisionSettings> Decisions { get; set; }
    Property Value
    Type Description
    List<RequestDecisionSettings>

    Description

    Description of the request

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    DocId

    Document id

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

    DocumentName

    Name of the document.

    Declaration
    public string DocumentName { get; set; }
    Property Value
    Type Description
    System.String

    FcGuid

    Contains file cabinet id of the document.

    Declaration
    public string FcGuid { get; set; }
    Property Value
    Type Description
    System.String

    IsAny

    Determines whether request should be confirmed by all users.

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

    IsSequence

    Determines whether request should be confirmed in sequence.

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

    Name

    Name of the request

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    StampDocument

    Determines whether an automatic stamp should be placed when a user confirms the request.

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