Class SubmissionOptions
Settings for post submission options
Inheritance
System.Object
    SubmissionOptions
  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 SubmissionOptions
  Properties
Redirect
Declaration
public bool Redirect { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
RedirectDelaySeconds
Declaration
public int RedirectDelaySeconds { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
RedirectImmediately
Declaration
public bool RedirectImmediately { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
RedirectType
Declaration
public RedirectType RedirectType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| RedirectType | 
RedirectUrl
Declaration
public string RedirectUrl { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ShowLinkToStoredDocument
Declaration
public bool ShowLinkToStoredDocument { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ShowReturnToForm
Declaration
public bool ShowReturnToForm { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ShowSubmissionMessage
Declaration
public bool ShowSubmissionMessage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
SubmissionMessage
Declaration
public string SubmissionMessage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |