group::party_member_p (public)
group::party_member_p [ -party_id party_id ] [ -group_id group_id ] \ [ -group_name group_name ] [ -subsite_id subsite_id ]
Defined in packages/acs-subsite/tcl/group-procs.tcl
Return 1 if the party is an approved member of the group specified. One can specify a group_id (preferred) or a group name. Note: The group name is not unique by definition, and if you call this function with a duplicate group name it will return the first one (arbitrary)!!! Using the group name as a parameter is thus strongly discouraged unless you are really, really sure the name is unique.
The party must have specifically been granted membership on the group in question.
- Switches:
- -party_id (optional)
- -group_id (optional)
- -group_name (optional)
- -subsite_id (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- subsite_api