Show / Hide Table of Contents

Class ReminderMessage

Reminder Message for signers.

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

Constructors

| Improve this Doc View Source

ReminderMessage(String)

Initializes a new instance of the ReminderMessage class.

Declaration
public ReminderMessage(string message = null)
Parameters
Type Name Description
System.String message

Gets or sets reminder message..

Properties

| Improve this Doc View Source

Message

Gets or sets reminder message.

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

Gets or sets reminder message.

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