Description
Returns
all users that are explicitly (through subscription) or implicitly (through
group subscription, or SubscribedToAll subscription) subscribed to a database.
This is a read-only property; it can be viewed but not set.
Each element in the returned collection is a User object. .
Anmerkung: This
method became available in version in 7.0.0.1 (and in 2003.06.16).
Syntax
VBScript
database.GetAllUsers include_inactive
Perl
$database->GetAllUsers(include_inactive);
- Identifier
- Description
- database
- A Database object.
- include_inactive
- A Boolean that specifies whether or not the method should return inactive
users.
- Return value
- A Users collection object containing all the users subscribed
to this database.