Table of Contents

Class TemplateCreated

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

template Created Action Result.

[DataContract]
public class TemplateCreated
Inheritance
TemplateCreated
Inherited Members

Constructors

TemplateCreated(string)

Initializes a new instance of the TemplateCreated class.

public TemplateCreated(string templateId = null)

Parameters

templateId string

Gets or sets template ID..

Properties

TemplateId

Gets or sets template ID for a created template.

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

Property Value

string

Gets or sets template ID.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.