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
   

mezList Class

The mezList class is used as a container for mezObjects within a mezProperty object. The mezProperty object that contains a list of objects is created by calling the Expand() method for the mezProperty object, which generates a mezList object and then populates it with child mezObjects.

  Methods

GetListPropInfo

returns basic information about all of the properties contained in the mezObjects within the mezList

GetRowObject

returns a single mezObject contained in the mezList

  Properties

bMoreAvailable

indicates there are more objects in the query result, than in the mezList object

iListPropCount

total number of properties across all objects contained in the mezList object

lListRows

total number of objects contained in the mezList object