Class RequestSettings
Data to trigger new request.
Inheritance
System.Object
    RequestSettings
  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 RequestSettings
  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 | 
|---|---|
| System.Collections.Generic.List<AssignedItem> | 
Decisions
List of decision settings.
Declaration
public List<RequestDecisionSettings> Decisions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.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 | 
SkipEmailSending
Determines whether an email should be send to the assigned entities (users or users of roles).
Declaration
public bool SkipEmailSending { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
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 |