Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SeReplyOptions

    This is the class to support options on the reply, let user set a password, NoEditor is needed

    Inheritance
    object
    SeReplyOptions
    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 SeReplyOptions

    Properties

    NoEditor

    If set to true, the editor will be hidden

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

    NoSign

    If set to true the file will be set to no sign

    Declaration
    public bool NoSign { get; set; }
    Property Value
    Type Description
    bool

    Password

    If set to true the user will be allowed to put password on reply or enveloppe

    Declaration
    public bool Password { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation