...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxUserToGroupBN (groupName : STRING;
userName : STRING)
status : INTEGER;
|
The xpxUserToGroupBN function adds the specified EDMuser to the specified EDMgroup.
This function is protected, i.e. only legal for the privileged user superuser.
The argument <groupName>
Arguments
...
Type | Name | Comment |
STRING | groupName | specifies the name of the EDMgroup to add the specified EDMuser to. EDMgroup names are case insensitive. |
...
STRING | userName | specifies the name of the EDMuser that will be defined as a member of the EDMgroup specified by the <groupName> argument. EDMuser names are case insensitive. |
...
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|