Show / Hide Table of Contents

Class ReplyMessageOption

The options on a message reply to the user

Inheritance
System.Object
ReplyMessageOption
Implements
IMessageReplyOptions
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.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class ReplyMessageOption : IMessageReplyOptions

Properties

AuthorizedExtensions

The authorized extensions that must be used when the reply is activated

Declaration
public string[] AuthorizedExtensions { get; set; }
Property Value
Type Description
System.String[]

Messages

The message need to be show to the user on the reply

Declaration
public List<ReplyOptionsMessage> Messages { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ReplyOptionsMessage>

NoEditor

Did the responder can leave a message

Declaration
public bool NoEditor { get; set; }
Property Value
Type Description
System.Boolean

NoReply

No reply, did the reply is enable or not. If is set to true, all other parameters will be ignored

Declaration
public bool NoReply { get; set; }
Property Value
Type Description
System.Boolean

UploadMode

The upload file mode, mandatory, optional or no upload

Declaration
public ReplyFileUploadMode UploadMode { get; set; }
Property Value
Type Description
ReplyFileUploadMode

Implements

IMessageReplyOptions

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX