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 SourceEmbeddedSigningLink(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 SourceSignLink
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 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 |