Show / Hide Table of Contents

Class DocumentInfo

The document information include the language, document title and document description.

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

Constructors

| Improve this Doc View Source

DocumentInfo(Languages, String, String)

Initializes a new instance of the DocumentInfo class.

Declaration
public DocumentInfo(Languages language = default(Languages), string title = null, string description = null)
Parameters
Type Name Description
Languages language

Gets or sets the language. (required).

System.String title

Gets or sets the title.

System.String description

Gets or sets the descriptiondescription.

Properties

| Improve this Doc View Source

Description

Gets or sets the description.

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

Gets or sets the Description.

| Improve this Doc View Source

Language

Gets or sets the language of the document.

Declaration
public Languages Language { get; set; }
Property Value
Type Description
Languages
| Improve this Doc View Source

Title

Gets or sets the title.

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

Gets or sets the Title.

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