group::member_p_not_cached (private)

 group::member_p_not_cached -user_id user_id -group_id group_id \
    [ -cascade_p cascade_p ]

Defined in packages/acs-subsite/tcl/group-procs.tcl

Return 1 if the user is a member of the group specified. If cascade_p is true, check to see if the user is a member of the group by virtue of any other component group. e.g. if group B is a component of group A then if a user is a member of group B then he is automatically a member of A also. If cascade_p is false, then the user must have specifically been granted membership on the group in question.

Switches:
-user_id
(required)
-group_id
(required)
-cascade_p
(defaults to "f") (optional)
Returns:
boolean value
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 group::member_p group::member_p (public) group::member_p_not_cached group::member_p_not_cached group::member_p->group::member_p_not_cached db_boolean db_boolean (public) group::member_p_not_cached->db_boolean db_string db_string (public) group::member_p_not_cached->db_string

Testcases:
No testcase defined.
[ show source ]
Show another procedure: