Show / Hide Table of Contents

Class EmbeddedSigningLink

Contains Embedded Signing Link for a document signer.

Inheritance
System.Object
EmbeddedSigningLink
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class EmbeddedSigningLink : object

Constructors

| Improve this Doc View Source

EmbeddedSigningLink(String)

Initializes a new instance of the EmbeddedSigningLink class.

Declaration
public EmbeddedSigningLink(string signLink = null)
Parameters
Type Name Description
System.String signLink

Gets or sets sign link for the signer..

Properties

| Improve this Doc View Source

SignLink

Gets or sets embedded sign link for the signer.

Declaration
public string SignLink { get; set; }
Property Value
Type Description
System.String

Gets or sets sign link for the signer.

Methods

| Improve this Doc View Source

ToJson()

Returns the JSON string presentation of the object

Declaration
public virtual string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2001-2021 Syncfusion Inc.
All Rights Reserved