GetAllUsers Method
Summary
Retrieves all users names stored in the server.
Syntax
public string[] GetAllUsers(
string extraData
)
Public Function GetAllUsers( _
ByVal extraData As String _
) As String()
public:
array<String^>^ GetAllUsers(
String^ extraData
)
Parameters
Return Value
An array of strings representing the users names.