Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
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> specifies the name of the EDMgroup to add the specified EDMuser to. EDMgroup names are case insensitive.
The argument <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.
This function is equivalent to the EDMinterface function edmiUserToGroupBN.

  • No labels