Show / Hide Table of Contents

Class SignOptionsFileUpload

The Sign file options for upload in the signature process. If you need to set the reply option to the end of the process, setup the replyMessageOption on the initial message

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

Properties

AuthorizedExtensions

If this value is set, it's beacause file is limited to some extension

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

Messages

Write the message that the user will see for uploads the files needed to complete the sign process.

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

NoEditor

If you would like to disable the editor when the end user will upload files.

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

NoReply

On the sign process, that parameter is ignored. The reply is managed by the signature process

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

UploadMode

That is the upload sign option

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