Tag: ShowSystemLists & HideSystemLists

The ShowSystemLists function automates the action of loading and showing system lists.


<ShowSystemLists/>
XML

Tag: HideSystemLists

The HideSystemLists function automates the action of hiding system lists.

<HideSystemLists/>
XML


Unlike the ribbon button, these automation actions are not toggles.

Example Script

<ShowSites>
	<Select Lines="All"/>
	<SelectedShowLists>
		<ShowSystemLists/>
		<HideSystemLists/>
	</SelectedShowLists>
</ShowSites>
XML