|
SecurityPolicy::SavePerUserData2 |
( |
int |
lUserId, |
|
|
binary |
binUserId, |
|
|
int |
nVServerId, |
|
|
params |
pUserData |
|
) |
| |
Save or replace personal data for proposed user.
- Parameters:
-
lUserId | (int) user id, -1 - using binUserId |
binUserId | (binary) user binary id, null - using lUserId |
nVServerId | (int) virtual server id, -1 - using connection context |
pUserData | (params) personal user data. |
|