GetAllUsers

Description

Returns all users that are explicitly (through subscription) or implicitly (through group subscription, or SubscribedToAll subscription) subscribed to a database.

Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie. 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
Objet base de données.
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.

Commentaires