List: Show/Hide System Lists
Tag: ShowSystemLists & HideSystemLists
The ShowSystemLists function automates the action of loading and showing system lists.
<ShowSystemLists/>
Tag: HideSystemLists
The HideSystemLists function automates the action of hiding system lists.
<HideSystemLists/>
Unlike the ribbon button, these automation actions are not toggles.
Example Script
<ShowSites>
<Select Lines="All"/>
<SelectedShowLists>
<ShowSystemLists/>
<HideSystemLists/>
</SelectedShowLists>
</ShowSites>