Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetEnvelopesArgs

    The Arge to retreived multiples envelops

    Inheritance
    object
    BaseGetEnvelope
    GetEnvelopesArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded
    Inherited Members
    BaseGetEnvelope.CultureID
    BaseGetEnvelope.Subject
    BaseGetEnvelope.MaximumReplyOpenTime
    BaseGetEnvelope.ReplyExpirationHours
    BaseGetEnvelope.NotifyWhenRead
    BaseGetEnvelope.ReplyToAPI
    BaseGetEnvelope.CallBackParameters
    BaseGetEnvelope.ReplyOptions
    BaseGetEnvelope.AuthorizedExtensions
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetEnvelopesArgs : BaseGetEnvelope, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

    Constructors

    GetEnvelopesArgs(string, Guid, Guid, Guid, string, List<Recipient>, string)

    Declaration
    public GetEnvelopesArgs(string endPointConfigurationName, Guid serial, Guid apiUser, Guid apiPassword, string subject, List<Recipient> recipients, string cultureID)
    Parameters
    Type Name Description
    string endPointConfigurationName
    Guid serial
    Guid apiUser
    Guid apiPassword
    string subject
    List<Recipient> recipients
    string cultureID

    GetEnvelopesArgs(Uri, Guid, Guid, Guid, string, List<Recipient>, string)

    Declaration
    public GetEnvelopesArgs(Uri endPointUri, Guid serial, Guid apiUser, Guid apiPassword, string subject, List<Recipient> recipients, string cultureID)
    Parameters
    Type Name Description
    Uri endPointUri
    Guid serial
    Guid apiUser
    Guid apiPassword
    string subject
    List<Recipient> recipients
    string cultureID

    Properties

    ApiPassword

    the api password

    Declaration
    public Guid ApiPassword { get; set; }
    Property Value
    Type Description
    Guid

    ApiUser

    The api user

    Declaration
    public Guid ApiUser { get; set; }
    Property Value
    Type Description
    Guid

    EndPointConfigurationName

    The endpoint configuration name

    Declaration
    public string EndPointConfigurationName { get; set; }
    Property Value
    Type Description
    string

    EndPointUri

    The endpoint URI

    Declaration
    public Uri EndPointUri { get; set; }
    Property Value
    Type Description
    Uri

    Recipients

    The list of destination for the envelops If the phone is filed, the recipient will need a TFA (Two factor authentication) with sms

    Declaration
    public List<Recipient> Recipients { get; set; }
    Property Value
    Type Description
    List<Recipient>

    Serial

    The Serial

    Declaration
    public Guid Serial { get; set; }
    Property Value
    Type Description
    Guid

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    IAuthenticationNeeded

    Extension Methods

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