|
get_list_members function |
|
Contained in package wwsec_api. Call this function to return a list of the members of a group when given a group ID. function get_list_members (
) return wwsec_api.list_member_array;
|
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_group_id |
A unique identifier of the site in which the group will be created. Datatype: in number |
|
Returns: This function returns an array of the members of the specified group. Exceptions:
Example: l_memberarray wwsec_api.list_member_array; l_memberarray := wwsec_api.get_list_members (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |