Element ''ActiveUsers''

Top  Previous  Next

"ActiveUsers" element lists the users that are currently logged into the system.

ActiveUsers

The element consists of two sub elements; one displays the number of logged in users and the other one lists them. If only one of these two elements is required the other one can be deleted.

ActiveUsers_pe

Properties

Full Details

If this property is left as false only user name information is provided by the data source. If set to true all the information for the logged in users are provided by the data source.

 
Sub Domain Name

This parameter is meaningful only if sub domains are used in the application. If a value is given to this parameter then the data source returns only the users belonging to that sub domain.
 

Value

Meaning


All sub-domains

*

Current sub-domain which was set by SetSubdomain() function

sub-domain name

The name of the sub-domain

 
During the build a data source definition with a name identical to the element name will be made and the properties of this element will be the parameters of this data source.

The XML provided by the data source

<root>

 <AktiveUsers1>

         <count>3</count> <!-- number of active users -->

         <item>

                 <username>john</username>

                 <sdname>12</sdname>

                 <signIn>1182846991358</signIn>

                 <lastAccess>1182846999974</lastAccess>         

                 <!-- This section becomes available if 'FullDetails'

             parameter is set to 'true' -->

                 <fullname>John Hurt</fullname>

                 <email>john.hurt@gtexo.co.uk</email>

         </item>

         <item>

                 <username>cindy</username>

                 <sdname>12</sdname>

                 <signIn>1182846991158</signIn>

                 <lastAccess>1182846991774</lastAccess>         

                 <fullname>Cindy Bemster</fullname>

                 <email>cindy.bemster@gte.com.tr</email>

         </item>

         <item>

                 <username>john</username>

                 <sdname>20</sdname>

                 <signIn>1182846991958</signIn>

                 <lastAccess>1182846991974</lastAccess>         

                 <fullname>John F. Donway</fullname>

                 <email>johnfd@solowax.biz</email>

         </item>

 </AktiveUsers1>

</root>