Class TemplateCC
Template document cc user details.
Inheritance
System.Object
TemplateCC
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class TemplateCC : object
Constructors
| Improve this Doc View SourceTemplateCC(String, String)
Initializes a new instance of the TemplateCC class.
Declaration
public TemplateCC(string emailAddress = null, string userId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | emailAddress | Gets or sets recipient Email address.. |
System.String | userId | Gets or sets recipient User Id.. |
Properties
| Improve this Doc View SourceEmailAddress
Gets or sets recipient Email address.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets recipient Email address. |
UserId
Gets or sets recipient User Id.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets recipient 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 |