Skip to main content
Skip table of contents

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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.