User

Properties

Name Type Description

description

string

The Description of this document.

email

string

The Email of this user.

firstName

string

The First Name of this user.

fullName

string

The Full Name of this user.

id

string

The ID of this document.

lastName

string

The Last Name of this user.

name

string

The name of this principal.

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);