Class DocumentCcDetails
The document cc details properties are email address, user Id.
Inheritance
System.Object
DocumentCcDetails
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentCcDetails : object
Constructors
| Improve this Doc View SourceDocumentCcDetails(String, String, Boolean)
Initializes a new instance of the DocumentCcDetails class.
Declaration
public DocumentCcDetails(string emailAddress = null, string userId = null, bool isViewed = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | emailAddress | Gets or sets the email address.. |
System.String | userId | Gets or sets the user id.. |
System.Boolean | isViewed | Gets or sets a value indicating whether is viewed. (default to false). |
Properties
| Improve this Doc View SourceEmailAddress
Gets or sets the email address of the cc recipient.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the email address. |
IsViewed
Gets or sets a value indicating whether document is viewed by the cc recipient.
Declaration
public bool IsViewed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Gets or sets a value indicating whether is viewed. |
UserId
Gets or sets the user Id of the cc recipient.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the user id. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |