Class ReplyOptionsMessage
That is the SignOptions message that the user can provide to ask the signatorie to upload files.
Inherited Members
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 |
|---|---|
| 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 |
|---|---|
| string |