User
Properties
Name | Type | Description |
---|---|---|
|
|
The Description of this document. |
|
|
The Email of this user. |
|
|
The First Name of this user. |
|
|
The Full Name of this user. |
|
|
The ID of this document. |
|
|
The Last Name of this user. |
|
|
The name of this principal. |
|
|
The properties for this document. |
|
|
The Title of this document. |
Methods
stringify
Usage
string stringify()
Arguments
None
Return
Type | Description |
---|---|
|
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);