userslist
(since )
List of users on the channel
Examples
Iterate through all users on channel test
var chan = Ape.getChannelByName('test');
chan.userslist.each(function(user) {
Ape.log(user.getProperty('pubid'));
});
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
