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

This object contains details about a folder. More...

Inheritance diagram for DocuSign.eSign.Model.Folder:

Public Member Functions

 Folder (ErrorDetails ErrorDetails=default(ErrorDetails), Filter Filter=default(Filter), string FolderId=default(string), List< FolderItemV2 > FolderItems=default(List< FolderItemV2 >), List< Folder > Folders=default(List< Folder >), string HasAccess=default(string), string HasSubFolders=default(string), string ItemCount=default(string), string Name=default(string), UserInfo Owner=default(UserInfo), string ParentFolderId=default(string), string ParentFolderUri=default(string), string SubFolderCount=default(string), string Type=default(string), string Uri=default(string))
 Initializes a new instance of the Folder 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 (Folder other)
 Returns true if Folder instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
Filter Filter [get, set]
 An object used to present a filtered view of the items in a folder. More...
 
string FolderId [get, set]
 Gets or Sets FolderId More...
 
List< FolderItemV2FolderItems [get, set]
 A list of the envelopes in the specified folder or folders. More...
 
List< FolderFolders [get, set]
 A collection of folder objects returned in a response. More...
 
string HasAccess [get, set]
 Gets or Sets HasAccess More...
 
string HasSubFolders [get, set]
 Gets or Sets HasSubFolders More...
 
string ItemCount [get, set]
 Gets or Sets ItemCount More...
 
string Name [get, set]
 Gets or Sets Name More...
 
UserInfo Owner [get, set]
 Information about the user who owns the folder. More...
 
string ParentFolderId [get, set]
 Gets or Sets ParentFolderId More...
 
string ParentFolderUri [get, set]
 Gets or Sets ParentFolderUri More...
 
string SubFolderCount [get, set]
 Gets or Sets SubFolderCount More...
 
string Type [get, set]
 Gets or Sets Type More...
 
string Uri [get, set]
 Gets or Sets Uri More...
 

Detailed Description

This object contains details about a folder.

Constructor & Destructor Documentation

◆ Folder()

DocuSign.eSign.Model.Folder.Folder ( ErrorDetails  ErrorDetails = default(ErrorDetails),
Filter  Filter = default(Filter),
string  FolderId = default(string),
List< FolderItemV2 FolderItems = default(List<FolderItemV2>),
List< Folder Folders = default(List<Folder>),
string  HasAccess = default(string),
string  HasSubFolders = default(string),
string  ItemCount = default(string),
string  Name = default(string),
UserInfo  Owner = default(UserInfo),
string  ParentFolderId = default(string),
string  ParentFolderUri = default(string),
string  SubFolderCount = default(string),
string  Type = default(string),
string  Uri = default(string) 
)
inline

Initializes a new instance of the Folder class.

Parameters
ErrorDetailsArray or errors..
FilterAn object used to present a filtered view of the items in a folder..
FolderIdFolderId.
FolderItemsA list of the envelopes in the specified folder or folders. .
FoldersA collection of folder objects returned in a response..
HasAccessHasAccess.
HasSubFoldersHasSubFolders.
ItemCountItemCount.
NameName.
OwnerInformation about the user who owns the folder..
ParentFolderIdParentFolderId.
ParentFolderUriParentFolderUri.
SubFolderCountSubFolderCount.
TypeType.
UriUri.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Folder instances are equal

Parameters
otherInstance of Folder to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.Folder.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Filter

Filter DocuSign.eSign.Model.Folder.Filter
getset

An object used to present a filtered view of the items in a folder.

An object used to present a filtered view of the items in a folder.

◆ FolderId

string DocuSign.eSign.Model.Folder.FolderId
getset

Gets or Sets FolderId

◆ FolderItems

List<FolderItemV2> DocuSign.eSign.Model.Folder.FolderItems
getset

A list of the envelopes in the specified folder or folders.

A list of the envelopes in the specified folder or folders.

◆ Folders

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

A collection of folder objects returned in a response.

A collection of folder objects returned in a response.

◆ HasAccess

string DocuSign.eSign.Model.Folder.HasAccess
getset

Gets or Sets HasAccess

◆ HasSubFolders

string DocuSign.eSign.Model.Folder.HasSubFolders
getset

Gets or Sets HasSubFolders

◆ ItemCount

string DocuSign.eSign.Model.Folder.ItemCount
getset

Gets or Sets ItemCount

◆ Name

string DocuSign.eSign.Model.Folder.Name
getset

Gets or Sets Name

◆ Owner

UserInfo DocuSign.eSign.Model.Folder.Owner
getset

Information about the user who owns the folder.

Information about the user who owns the folder.

◆ ParentFolderId

string DocuSign.eSign.Model.Folder.ParentFolderId
getset

Gets or Sets ParentFolderId

◆ ParentFolderUri

string DocuSign.eSign.Model.Folder.ParentFolderUri
getset

Gets or Sets ParentFolderUri

◆ SubFolderCount

string DocuSign.eSign.Model.Folder.SubFolderCount
getset

Gets or Sets SubFolderCount

◆ Type

string DocuSign.eSign.Model.Folder.Type
getset

Gets or Sets Type

◆ Uri

string DocuSign.eSign.Model.Folder.Uri
getset

Gets or Sets Uri


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