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 SourceEmbeddedSendCreated(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 SourceDocumentId
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. |
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 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. |