Description

The McDBUsers interface represents a collection of McDBUser instances, either all of the users in a secure McDBDatabase, or the user members of an McDBGroup object.

Object Model

Remarks

In addition to the base interface functionality, each McDBUsers has a method for creation, which is valid only when the McDBUsers object is backed by an McDBDatabase (i.e. not an McDBGroup). As a typed interface, McDBUsers is ennumerable, unlike the (hidden) McDBRightsOwners interface.

Members

Methods
Add

Adds an McDBUser to this McDBUsers collection.

Remove

Remove an McDBRightsOwner from this collection.


Properties
CountRead-only property

The number of McDBUser or McDBGroup objects in this McDBRightsOwners collection.

DatabaseRead-only property

The McDBDatabase containing this McDBRightsOwners collection.

ItemRead-only property

Retrieve a particular McDBUser instance from this collection.