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

Information for a folder request. More...

Inheritance diagram for DocuSign.eSign.Model.FoldersRequest:

Public Member Functions

 FoldersRequest (List< string > EnvelopeIds=default(List< string >), List< Folder > Folders=default(List< Folder >), string FromFolderId=default(string))
 Initializes a new instance of the FoldersRequest 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 (FoldersRequest other)
 Returns true if FoldersRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< string > EnvelopeIds [get, set]
 Gets or Sets EnvelopeIds More...
 
List< FolderFolders [get, set]
 Gets or Sets Folders More...
 
string FromFolderId [get, set]
 The folder ID the envelope is being moved from. More...
 

Detailed Description

Information for a folder request.

Constructor & Destructor Documentation

◆ FoldersRequest()

DocuSign.eSign.Model.FoldersRequest.FoldersRequest ( List< string >  EnvelopeIds = default(List<string>),
List< Folder Folders = default(List<Folder>),
string  FromFolderId = default(string) 
)
inline

Initializes a new instance of the FoldersRequest class.

Parameters
EnvelopeIdsEnvelopeIds.
FoldersFolders.
FromFolderIdThe folder ID the envelope is being moved from..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if FoldersRequest instances are equal

Parameters
otherInstance of FoldersRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EnvelopeIds

List<string> DocuSign.eSign.Model.FoldersRequest.EnvelopeIds
getset

Gets or Sets EnvelopeIds

◆ Folders

List<Folder> DocuSign.eSign.Model.FoldersRequest.Folders
getset

Gets or Sets Folders

◆ FromFolderId

string DocuSign.eSign.Model.FoldersRequest.FromFolderId
getset

The folder ID the envelope is being moved from.

The folder ID the envelope is being moved from.


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