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

FolderSharedItem More...

Inheritance diagram for DocuSign.eSign.Model.FolderSharedItem:

Public Member Functions

 FolderSharedItem (ErrorDetails ErrorDetails=default(ErrorDetails), string FolderId=default(string), string Name=default(string), UserInfo Owner=default(UserInfo), string ParentFolderId=default(string), string ParentFolderUri=default(string), string Shared=default(string), List< MemberGroupSharedItem > SharedGroups=default(List< MemberGroupSharedItem >), List< UserSharedItem > SharedUsers=default(List< UserSharedItem >), string Uri=default(string), UserInfo User=default(UserInfo))
 Initializes a new instance of the FolderSharedItem 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 (FolderSharedItem other)
 Returns true if FolderSharedItem 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...
 
string FolderId [get, set]
 Gets or Sets FolderId 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 Shared [get, set]
 When set to true, this custom tab is shared. More...
 
List< MemberGroupSharedItemSharedGroups [get, set]
 Gets or Sets SharedGroups More...
 
List< UserSharedItemSharedUsers [get, set]
 Gets or Sets SharedUsers More...
 
string Uri [get, set]
 Gets or Sets Uri More...
 
UserInfo User [get, set]
 Information about the user associated with the folder. More...
 

Detailed Description

FolderSharedItem

Constructor & Destructor Documentation

◆ FolderSharedItem()

DocuSign.eSign.Model.FolderSharedItem.FolderSharedItem ( ErrorDetails  ErrorDetails = default(ErrorDetails),
string  FolderId = default(string),
string  Name = default(string),
UserInfo  Owner = default(UserInfo),
string  ParentFolderId = default(string),
string  ParentFolderUri = default(string),
string  Shared = default(string),
List< MemberGroupSharedItem SharedGroups = default(List<MemberGroupSharedItem>),
List< UserSharedItem SharedUsers = default(List<UserSharedItem>),
string  Uri = default(string),
UserInfo  User = default(UserInfo) 
)
inline

Initializes a new instance of the FolderSharedItem class.

Parameters
ErrorDetailsArray or errors..
FolderIdFolderId.
NameName.
OwnerInformation about the user who owns the folder..
ParentFolderIdParentFolderId.
ParentFolderUriParentFolderUri.
SharedWhen set to true, this custom tab is shared..
SharedGroupsSharedGroups.
SharedUsersSharedUsers.
UriUri.
UserInformation about the user associated with the folder..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if FolderSharedItem instances are equal

Parameters
otherInstance of FolderSharedItem to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.FolderSharedItem.ErrorDetails
getset

Array or errors.

Array or errors.

◆ FolderId

string DocuSign.eSign.Model.FolderSharedItem.FolderId
getset

Gets or Sets FolderId

◆ Name

string DocuSign.eSign.Model.FolderSharedItem.Name
getset

Gets or Sets Name

◆ Owner

UserInfo DocuSign.eSign.Model.FolderSharedItem.Owner
getset

Information about the user who owns the folder.

Information about the user who owns the folder.

◆ ParentFolderId

string DocuSign.eSign.Model.FolderSharedItem.ParentFolderId
getset

Gets or Sets ParentFolderId

◆ ParentFolderUri

string DocuSign.eSign.Model.FolderSharedItem.ParentFolderUri
getset

Gets or Sets ParentFolderUri

◆ Shared

string DocuSign.eSign.Model.FolderSharedItem.Shared
getset

When set to true, this custom tab is shared.

When set to true, this custom tab is shared.

◆ SharedGroups

List<MemberGroupSharedItem> DocuSign.eSign.Model.FolderSharedItem.SharedGroups
getset

Gets or Sets SharedGroups

◆ SharedUsers

List<UserSharedItem> DocuSign.eSign.Model.FolderSharedItem.SharedUsers
getset

Gets or Sets SharedUsers

◆ Uri

string DocuSign.eSign.Model.FolderSharedItem.Uri
getset

Gets or Sets Uri

◆ User

UserInfo DocuSign.eSign.Model.FolderSharedItem.User
getset

Information about the user associated with the folder.

Information about the user associated with the folder.


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