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

Member.searchFlags

Flags controlling contact search operations

Elements

The Member.searchFlags struct has 7 elements:

Name Type/Value Range/Length Description
rootIDnumberinteger Optional, default = 0
0, meaning search the whole membership tree, or a valid OU ID, meaning search only for entities under that OU or in that community
allLevelsbool0,1 Optional, default = 1
0: Search only among immediate children of rootID 1: search whole tree below rootID
searchKeywordsbool0,1 Optional, default = 0
If 1, search the user defined keywords.
searchNamebool0,1 Optional, default = 1
If 1, search for the keyword within the Name field
firstIndexnumber0, or positive integer Optional, default = 0
Skip the first n results (used in multiple page sequences to skip previously fetched results)
isInarray of numbers0-20 valid IDs Optional. If this array exists and is populated, then only members which are within any of the specified Communities, IDs or Individuals are returned
inAllbooltrue | false Optional, default = 0
If set and true, then returned members must be in all containers specified in the isIn array, otherwise members in any container will be returned

Whitebeam release 1.3.36
(loadtime : 10ms)