Click or drag to resize

ClientCreateSimple Constructor (String, String, String, Int32)

Initializes a new instance of the ClientCreateSimple class. Constructor with parameter

Namespace:  SOWIData.Management.Models
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public ClientCreateSimple(
	string pClientName,
	string pUserName,
	string pEmailAddress,
	int pLanguageUIID
)

Parameters

pClientName
Type: SystemString
Client name
pUserName
Type: SystemString
Username of administrator
pEmailAddress
Type: SystemString
Client administrator email address
pLanguageUIID
Type: SystemInt32
UI language ID
See Also