Document

Properties

Name Type Description

description

string

The Description of this document.

id

string

The ID of this document.

properties

object

The properties for this document.

title

string

The Title of this document.

Methods

stringify

Usage

string stringify()

Arguments

None

Return

Type Description

string

Examples

In this code sample, we take the JSON for the given document and produce a string representation of it.

var text = document.stringify(true);