ShowSites: Open All Sharepoint Sites Module
Tag: ShowSites
The ShowSites function automates the process of accessing the data of selected sites.

Tag Attributes
| Attributes | Attribute Value | Comment |
|---|---|---|
| KeepAlive | True/False | Defaults to True |
| Filter | Filter string for the Options dialog | As seen in Filter editor Result -- see below |
| FrameId | Unique identifier of the frame | Reuse the frame if it exists already, create a new one if it doesn’t. |

Example Script
<ytriaAutomation>
<ShowSites Filter="displayName eq 'Main'" FrameId="sites_1"/>
</ytriaAutomation>