Docusign CSharp Docs
|
Information for a folder request. More...
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< Folder > | Folders [get, set] |
Gets or Sets Folders More... | |
string | FromFolderId [get, set] |
The folder ID the envelope is being moved from. More... | |
Information for a folder request.
|
inline |
Initializes a new instance of the FoldersRequest class.
EnvelopeIds | EnvelopeIds. |
Folders | Folders. |
FromFolderId | The folder ID the envelope is being moved from.. |
|
inline |
Returns true if objects are equal
obj | Object to be compared |
|
inline |
Returns true if FoldersRequest instances are equal
other | Instance of FoldersRequest to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets EnvelopeIds
|
getset |
The folder ID the envelope is being moved from.
The folder ID the envelope is being moved from.