Whitebeam Object Definition

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 Object Definition

Method Description

MessageGroup.getStatus()

Static method which checks if the named group exists.

Syntax

bool = MessageGroup.getStatus(name)

Parameters

The 'MessageGroup.getStatus' method takes 1 parameter:

Name Type/Value Range/Length Description
namestring  Required. A group name

Results

The 'MessageGroup.getStatus' method returns bool:

Type/Value Range/Length Description
bool  true if the group exists, false otherwise.

Remarks

This method provides a quick way of checking if a named group exists within the whole message store for this client. It doesn't set the current groups or extract any other information about the group.

Whitebeam release 1.3.36
(loadtime : 9ms)