Tag: SelectedShowParentGroups

The SelectedShowParentGroups function automates the action of loading and showing the parent groups of selected users.


<SelectedShowParentGroups/>
XML

show-parent-groups-membership

Tag Attributes

AttributesAttribute ValueValue Description
NewFrameTRUE (Opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSEN/A
AutoCloseTRUE (Closes frame at the end of the action) / FALSE - Defaults to FALSEN/A

Example Script

<ShowMyDataContacts>
	<Select Lines="all"/>
	<SelectedView/>
	<SelectedShowParentGroups newframe="true"/>
</ShowMyDataContacts>
XML