Syntax
Event ClientInfoRecieved(FName As String, SName As String, TName As String, LName As String, Tel As String, Mobile As String, TelFax As String, Pop As String, Fax As String, Email As String, Address As String, Username As String, Password As String, ReadOnly As Boolean, Country As String)
Description
This event fired after calling the GetClientInfo method, with requested client information.
Parameters
Parameter |
Description |
FName |
Client First name, value of type string |
SName |
Client second name , value of type String |
TName |
Client third name, value of type String |
LName |
Client last name, value of type String |
Tel |
Client telephone, value of type String |
Mobile |
Client mobile, value of type String |
TelFax |
Client telephone fax number, value of type String |
Pob |
Post Office Box, value of type String |
Fax |
Fax number, value of type String |
Email |
Client email, value of type String |
Address |
Client address, value of type String |
Username |
Client username, value of type String |
Password |
Client password, value of type String |
ReadOnly |
To indicate if it read only client or not, value of type Boolean |
Country |
Client Country, value of type String |
See Also
VertexFX Backoffice API Index
|