Class GetEnvelopesArgs
The Arge to retreived multiples envelops
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 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 |
---|---|---|
System.String | endPointConfigurationName | |
System.Guid | serial | |
System.Guid | apiUser | |
System.Guid | apiPassword | |
System.String | subject | |
System.Collections.Generic.List<Recipient> | recipients | |
System.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 |
---|---|---|
System.Uri | endPointUri | |
System.Guid | serial | |
System.Guid | apiUser | |
System.Guid | apiPassword | |
System.String | subject | |
System.Collections.Generic.List<Recipient> | recipients | |
System.String | cultureID |
Properties
ApiPassword
the api password
Declaration
public Guid ApiPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ApiUser
The api user
Declaration
public Guid ApiUser { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EndPointConfigurationName
The endpoint configuration name
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
The endpoint URI
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Collections.Generic.List<Recipient> |
Serial
The Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |