Table of Contents

Class EmbeddedSigningLink

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Contains Embedded Signing Link for a document signer.

[DataContract]
public class EmbeddedSigningLink
Inheritance
EmbeddedSigningLink
Inherited Members

Constructors

Initializes a new instance of the EmbeddedSigningLink class.

public EmbeddedSigningLink(string signLink = null)

Parameters

signLink string

Gets or sets sign link for the signer..

Properties

Gets or sets embedded sign link for the signer.

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

Property Value

string

Gets or sets sign link for the signer.

Methods

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object