Show / Hide Table of Contents

Class EmbeddedSendCreated

Embedded send document created result.

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

Constructors

| Improve this Doc View Source

EmbeddedSendCreated(String)

Initializes a new instance of the EmbeddedSendCreated class.

Declaration
public EmbeddedSendCreated(string documentId = null)
Parameters
Type Name Description
System.String documentId

Gets or sets document ID..

Properties

| Improve this Doc View Source

DocumentId

Gets or sets document ID for a created document.

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

Gets or sets document ID.

| Improve this Doc View Source

SendUrl

Gets or sets document send url.

Declaration
public Uri SendUrl { get; set; }
Property Value
Type Description
Uri

Gets or sets document ID.

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