Class ReplyOptionsMessage
That is the SignOptions message that the user can provide to ask the signatorie to upload files.
Inheritance
System.Object
ReplyOptionsMessage
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.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class ReplyOptionsMessage
Properties
CultureID
That is the culture of the message
Declaration
public string CultureID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
The message that must be show in the ui when the user will need to upload files
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |