Tag: ShowSystemLists & HideSystemLists
The ShowSystemLists function automates the action of loading and showing system lists.
Tag: HideSystemLists
The HideSystemLists function automates the action of hiding system lists.
NOTE | Unlike the ribbon button, these automation actions are not toggles. |
---|
Example Script
<ShowSites>
<Select Lines="All"/>
<SelectedShowLists>
<ShowSystemLists/>
<!-- do stuff like export, make me a sandwich etc. -->
<HideSystemLists/>
</SelectedShowLists>
</ShowSites>
XML