Class SeReplyOptions
This is the class to support options on the reply, let user set a password, NoEditor is needed
Inheritance
System.Object
SeReplyOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.JSON
Assembly: SecureExchangesSDK.dll
Syntax
public class SeReplyOptions
Properties
NoEditor
If set to true, the editor will be hidden
Declaration
public bool NoEditor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NoSign
If set to true the file will be set to no sign
Declaration
public bool NoSign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
If set to true the user will be allowed to put password on reply or enveloppe
Declaration
public bool Password { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |