GetAllUsers

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. .

Remarque : This method became available in version in 7.0.0.1 (and in 2003.06.16).

Syntaxe

VBScript

database.GetAllUsers include_inactive

Perl

$database->GetAllUsers(include_inactive); 
Identificateur
Description
base_de_données
A Database object.
include_inactive
A Boolean that specifies whether or not the method should return inactive users.
Valeur renvoyée
A Users collection object containing all the users subscribed to this database.

Commentaires en retour