Secure Exchanges SDK Documentation
Search Results for

    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
    object
    SignOptionsFileUpload
    Implements
    IMessageReplyOptions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    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
    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
    bool

    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
    bool

    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 Secure Exchanges Inc. - Documentation