Tag: ShowGroups

ShowGroups launches the All Groups & Teams module.


<ShowGroups/>
XML

The Filter attribute automates the Options dialog for the Filtered list of groups Options dialog:



Tag Attributes

AttributesAttribute ValueComment
KeepAlive

True/False

Defaults to True
FilterFilter string for the Options dialogAs seen in Filter editor Result -- see below

Example Script

<ytriaAutomation>

	<ShowGroups Filter="startsWith(displayName, 'Test')">>
	...
	</ShowGroups>

</ytriaAutomation>
XML