Click or drag to resize
Service1ClientAddUser Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public void AddUser(
	string accountType,
	string creationDate,
	string active,
	string address,
	string email,
	string name,
	string password,
	string phone,
	string username,
	string expirationDate,
	string setDate,
	string auditorId,
	string key
)

Parameters

accountType
Type: SystemString
creationDate
Type: SystemString
active
Type: SystemString
address
Type: SystemString
email
Type: SystemString
name
Type: SystemString
password
Type: SystemString
phone
Type: SystemString
username
Type: SystemString
expirationDate
Type: SystemString
setDate
Type: SystemString
auditorId
Type: SystemString
key
Type: SystemString

Implements

IService1AddUser(String, String, String, String, String, String, String, String, String, String, String, String, String)
See Also