GetUsers Method
Syntax
Context.Security.GetUsers as C ()
Returns
- resultCharacter
Returns a crlf delimited string of all the users in the system.
Description
Gets a list of all the users.
Discussion
Context.Security.GetUsers() gets a list of all the users. Check Context.Security.CallResult.Success before using the return value.