Class DocumentCreated
Document Created Action Result.
Inheritance
System.Object
DocumentCreated
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentCreated : object
Constructors
| Improve this Doc View SourceDocumentCreated(String)
Initializes a new instance of the DocumentCreated class.
Declaration
public DocumentCreated(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. |
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 |