Class SubmissionOptions
Settings for post submission options
Inheritance
System.Object
SubmissionOptions
Assembly: DocuWare.Platform.ServerClient.dll
public class SubmissionOptions : object
Properties
Declaration
public bool Redirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int RedirectDelaySeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool RedirectImmediately { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public RedirectType RedirectType { get; set; }
Property Value
Declaration
public string RedirectUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool ShowLinkToStoredDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowReturnToForm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowSubmissionMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SubmissionMessage { get; set; }
Property Value
Type |
Description |
System.String |
|