Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

Chat Template

create()

Create a new conversation

See Also

rb.chat.modify, remove()   

Syntax

number = rb.chat.create(data)

Parameters

The 'create' method takes 1 parameter:

Name Type/Value Range/Length Description
datastruct chatRoomsee definition Required. Structure containing the information from which the chat room is to be created

Results

The 'create' method returns number:

Type/Value Range/Length Description
number   Unique ID of the newly created conversation, or -1 if the record could not be created

Remarks

Create a new conversation and return the ID of that record to the caller.

Whitebeam release 1.3.36
(loadtime : 64ms)