Motorola CA50 Developer & User Manual page 338

Table of Contents

Advertisement

11 - 36 CA50/UCA Client & Server Developer & User Guide
AddConsoleUser
This method adds a UCA Management Console user to the UCA system. The user is added into the B_USER table
in the UCA database.
int AddConsoleUser(ConsoleUserInfo userInfo, string sPassword, string ipAddr,
ref UCAWebServiceStatus WSStatus)
Parameters
ConsoleUserInfo
ConsoleUserInfo class that describes the user.
sPassword
User password.
ipAddr
IP address of source machine (optional - used for logging). Pass "" if the address should not be logged.
WSStatus
UCAWebServiceStatus class describes the status of the call.
Return Values
Returns a value of 1 when successful.
Remarks
Any errors are logged to the NT Event log.
Related Classes
public class ConsoleUserInfo
{
public ConsoleUserInfo(){}
public string ExtUsrID;
public string firstName;
public string lastName;
public string RoleToken;
public string userStatus;
public DateTime dateCreated;
public DateTime dateModified;
public DateTime dateLastLogin;
}

Advertisement

Table of Contents
loading

Table of Contents