DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.FolderItemV2 Class Reference

Information about folder item results. More...

Inheritance diagram for DocuSign.eSign.Model.FolderItemV2:

Public Member Functions

 FolderItemV2 (string CompletedDateTime=default(string), string CreatedDateTime=default(string), string EnvelopeId=default(string), string EnvelopeUri=default(string), string ExpireDateTime=default(string), string FolderId=default(string), string FolderUri=default(string), string Is21CFRPart11=default(string), string LastModifiedDateTime=default(string), string OwnerName=default(string), Recipients Recipients=default(Recipients), string RecipientsUri=default(string), string SenderCompany=default(string), string SenderEmail=default(string), string SenderName=default(string), string SenderUserId=default(string), string SentDateTime=default(string), string Status=default(string), string Subject=default(string), string TemplateId=default(string), string TemplateUri=default(string))
 Initializes a new instance of the FolderItemV2 class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (FolderItemV2 other)
 Returns true if FolderItemV2 instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string CompletedDateTime [get, set]
 Specifies the date and time this item was completed. More...
 
string CreatedDateTime [get, set]
 Indicates the date and time the item was created. More...
 
string EnvelopeId [get, set]
 The envelope ID of the envelope status that failed to post. More...
 
string EnvelopeUri [get, set]
 Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes. More...
 
string ExpireDateTime [get, set]
 The date and time the envelope is set to expire. More...
 
string FolderId [get, set]
 Gets or Sets FolderId More...
 
string FolderUri [get, set]
 Gets or Sets FolderUri More...
 
string Is21CFRPart11 [get, set]
 When set to true, indicates that this module is enabled on the account. More...
 
string LastModifiedDateTime [get, set]
 The date and time the item was last modified. More...
 
string OwnerName [get, set]
 Gets or Sets OwnerName More...
 
Recipients Recipients [get, set]
 An array of powerform recipients. More...
 
string RecipientsUri [get, set]
 Contains a URI for an endpoint that you can use to retrieve the recipients. More...
 
string SenderCompany [get, set]
 Gets or Sets SenderCompany More...
 
string SenderEmail [get, set]
 Gets or Sets SenderEmail More...
 
string SenderName [get, set]
 Gets or Sets SenderName More...
 
string SenderUserId [get, set]
 Gets or Sets SenderUserId More...
 
string SentDateTime [get, set]
 The date and time the envelope was sent. More...
 
string Status [get, set]
 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
 
string Subject [get, set]
 Gets or Sets Subject More...
 
string TemplateId [get, set]
 The unique identifier of the template. If this is not provided, DocuSign will generate a value. More...
 
string TemplateUri [get, set]
 Gets or Sets TemplateUri More...
 

Detailed Description

Information about folder item results.

Constructor & Destructor Documentation

◆ FolderItemV2()

DocuSign.eSign.Model.FolderItemV2.FolderItemV2 ( string  CompletedDateTime = default(string),
string  CreatedDateTime = default(string),
string  EnvelopeId = default(string),
string  EnvelopeUri = default(string),
string  ExpireDateTime = default(string),
string  FolderId = default(string),
string  FolderUri = default(string),
string  Is21CFRPart11 = default(string),
string  LastModifiedDateTime = default(string),
string  OwnerName = default(string),
Recipients  Recipients = default(Recipients),
string  RecipientsUri = default(string),
string  SenderCompany = default(string),
string  SenderEmail = default(string),
string  SenderName = default(string),
string  SenderUserId = default(string),
string  SentDateTime = default(string),
string  Status = default(string),
string  Subject = default(string),
string  TemplateId = default(string),
string  TemplateUri = default(string) 
)
inline

Initializes a new instance of the FolderItemV2 class.

Parameters
CompletedDateTimeSpecifies the date and time this item was completed..
CreatedDateTimeIndicates the date and time the item was created..
EnvelopeIdThe envelope ID of the envelope status that failed to post..
EnvelopeUriContains a URI for an endpoint that you can use to retrieve the envelope or envelopes..
ExpireDateTimeThe date and time the envelope is set to expire..
FolderIdFolderId.
FolderUriFolderUri.
Is21CFRPart11When set to true, indicates that this module is enabled on the account..
LastModifiedDateTimeThe date and time the item was last modified..
OwnerNameOwnerName.
RecipientsAn array of powerform recipients..
RecipientsUriContains a URI for an endpoint that you can use to retrieve the recipients..
SenderCompanySenderCompany.
SenderEmailSenderEmail.
SenderNameSenderName.
SenderUserIdSenderUserId.
SentDateTimeThe date and time the envelope was sent..
StatusIndicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..
SubjectSubject.
TemplateIdThe unique identifier of the template. If this is not provided, DocuSign will generate a value. .
TemplateUriTemplateUri.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.FolderItemV2.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.FolderItemV2.Equals ( FolderItemV2  other)
inline

Returns true if FolderItemV2 instances are equal

Parameters
otherInstance of FolderItemV2 to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.FolderItemV2.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.FolderItemV2.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.FolderItemV2.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CompletedDateTime

string DocuSign.eSign.Model.FolderItemV2.CompletedDateTime
getset

Specifies the date and time this item was completed.

Specifies the date and time this item was completed.

◆ CreatedDateTime

string DocuSign.eSign.Model.FolderItemV2.CreatedDateTime
getset

Indicates the date and time the item was created.

Indicates the date and time the item was created.

◆ EnvelopeId

string DocuSign.eSign.Model.FolderItemV2.EnvelopeId
getset

The envelope ID of the envelope status that failed to post.

The envelope ID of the envelope status that failed to post.

◆ EnvelopeUri

string DocuSign.eSign.Model.FolderItemV2.EnvelopeUri
getset

Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.

Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.

◆ ExpireDateTime

string DocuSign.eSign.Model.FolderItemV2.ExpireDateTime
getset

The date and time the envelope is set to expire.

The date and time the envelope is set to expire.

◆ FolderId

string DocuSign.eSign.Model.FolderItemV2.FolderId
getset

Gets or Sets FolderId

◆ FolderUri

string DocuSign.eSign.Model.FolderItemV2.FolderUri
getset

Gets or Sets FolderUri

◆ Is21CFRPart11

string DocuSign.eSign.Model.FolderItemV2.Is21CFRPart11
getset

When set to true, indicates that this module is enabled on the account.

When set to true, indicates that this module is enabled on the account.

◆ LastModifiedDateTime

string DocuSign.eSign.Model.FolderItemV2.LastModifiedDateTime
getset

The date and time the item was last modified.

The date and time the item was last modified.

◆ OwnerName

string DocuSign.eSign.Model.FolderItemV2.OwnerName
getset

Gets or Sets OwnerName

◆ Recipients

Recipients DocuSign.eSign.Model.FolderItemV2.Recipients
getset

An array of powerform recipients.

An array of powerform recipients.

◆ RecipientsUri

string DocuSign.eSign.Model.FolderItemV2.RecipientsUri
getset

Contains a URI for an endpoint that you can use to retrieve the recipients.

Contains a URI for an endpoint that you can use to retrieve the recipients.

◆ SenderCompany

string DocuSign.eSign.Model.FolderItemV2.SenderCompany
getset

Gets or Sets SenderCompany

◆ SenderEmail

string DocuSign.eSign.Model.FolderItemV2.SenderEmail
getset

Gets or Sets SenderEmail

◆ SenderName

string DocuSign.eSign.Model.FolderItemV2.SenderName
getset

Gets or Sets SenderName

◆ SenderUserId

string DocuSign.eSign.Model.FolderItemV2.SenderUserId
getset

Gets or Sets SenderUserId

◆ SentDateTime

string DocuSign.eSign.Model.FolderItemV2.SentDateTime
getset

The date and time the envelope was sent.

The date and time the envelope was sent.

◆ Status

string DocuSign.eSign.Model.FolderItemV2.Status
getset

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

◆ Subject

string DocuSign.eSign.Model.FolderItemV2.Subject
getset

Gets or Sets Subject

◆ TemplateId

string DocuSign.eSign.Model.FolderItemV2.TemplateId
getset

The unique identifier of the template. If this is not provided, DocuSign will generate a value.

The unique identifier of the template. If this is not provided, DocuSign will generate a value.

◆ TemplateUri

string DocuSign.eSign.Model.FolderItemV2.TemplateUri
getset

Gets or Sets TemplateUri


The documentation for this class was generated from the following file: