Table of Contents

Class TemplateCC

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Template document cc user details.

[DataContract]
public class TemplateCC
Inheritance
TemplateCC
Inherited Members

Constructors

TemplateCC(string, string)

Initializes a new instance of the TemplateCC class.

public TemplateCC(string emailAddress = null, string userId = null)

Parameters

emailAddress string

Gets or sets recipient Email address..

userId string

Gets or sets recipient User Id..

Properties

EmailAddress

Gets or sets recipient Email address.

[DataMember(Name = "emailAddress", EmitDefaultValue = true)]
public string EmailAddress { get; set; }

Property Value

string

Gets or sets recipient Email address.

UserId

Gets or sets recipient User Id.

[DataMember(Name = "userId", EmitDefaultValue = true)]
public string UserId { get; set; }

Property Value

string

Gets or sets recipient User Id.

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object