List: Show/Hide System Lists

Tag: ShowSystemLists & HideSystemLists

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


XML
<ShowSystemLists/>

Tag: HideSystemLists

The HideSystemLists function automates the action of hiding system lists.

XML
<HideSystemLists/>


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

Example Script

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