Show / Hide Table of Contents

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 Source

DocumentCreated(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 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.

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