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

Member.remInterest()

Remove a member from an interest group.

Syntax

number = Member.remInterest(interestID)

Parameters

The 'Member.remInterest' method takes 1 parameter:

Name Type/Value Range/Length Description
interestIDnumber  Required. The unique, numeric ID of the interest group. The value returned by Interest.create()

Results

The 'Member.remInterest' method returns number:

Type/Value Range/Length Description
number   ID of the interest group if successful, -1 otherwise.

Remarks

The Whitebeam membership services architecture supports the concept of 'interest groups' - embodied in the JavaScript Interest class. Creating an interest group - using Interest.create() - returns a unique ID for that interest group.

This method removes a member from an interest group. The member will have previously joined the interest group using the Member.addInterest method.

Whitebeam release 1.3.36
(loadtime : 9ms)