Skip navigation  
Glossary  |  General Information  
   Content Services User Administration API
     Search in CS User Admin API Overview   |   API Classes   |   Enumeration Constants   |   Status Codes  
Level 1 Overview
Level 1 API Classes
Level 2 mezSession
Level 2 mezObject
Level 2 mezProperty
Level 2 mezList
Level 2     Methods
Level 2     GetListPropInfo
Level 2     GetRowObject
Level 2     Properties
Level 2     bMoreAvailable
Level 2     iListPropCount
Level 2     lListRows
Level 2 mezUtility
Level 1 Enumeration Constants
Level 1 Status Codes
Level 1 General Information
   

bMoreAvailable Property

This property returns a Boolean True when there are more objects in the query result, than are contained in the mezList object. In this case, the query can be reissued with a new start key to scroll forward or backward in the list. See the sListKey property of the mezObject class for more information on setting the query start key.

Syntax
objMezList.bMoreAvailable

Applies to
mezList object

Data Type
Boolean

Default Value
False

Access
Read-only

See Also
mezObject sListKey Property
mezObject Object

 

iListPropCount Property

The total number of properties across all of the objects contained in the mezList object. The value of this property is generally used to iterate through a mezList object's properties.

Syntax
objMezList.iListPropCount

Applies to
mezList object

Data Type
Integer

Default Value
n/a

Access
Read-only

 

lListRows Property

The total number of objects contained in the mezList object. The value of this property is generally used to iterate through the objects in a mezList object.

Syntax
objMezList.lListRows

Applies to
mezList object

Data Type
Long

Default Value
n/a

Access
Read-only