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:
 
xpxUserFromGroup (groupId : GENERIC;
                  userId  : GENERIC)
                   status  : INTEGER;
 
To be completed.
The xpxUserFromGroup function removes the specified EDMuser from the specified EDMgroup.
This function is protected, i.e. only legal for the privileged user superuser.
The argument <groupId> specifies a numeric groupID that uniquely identifies the EDMgroup instance in the EDMdatabase.
The argument <userId> specifies a numeric userID that uniquely identifies the EDMuser instance in the EDMdatabase that defined the actual EDMuser.
This function is equivalent to the EDMinterface function edmiUserFromGroup.

  • No labels