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 (optional, defaults to "f")
Returns:
boolean value
See Also:

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