dbAddObjectToGroup
dbAddObjectToGroup(d_groupd_object) =>d_groupMem/ nil
Description
Adds a database object to a group.
For compatibility, the parameters are also accepted in the opposite order, unless d_object is itself a group.
Arguments
Value Returned
|
The dbObject of the group member if the database is successfully added to the group. |
|
Examples
dbAddObjectToGroup(groupId objId)
Related Topics
Group Creation and Modification Functions
Return to top