ShowSites: Open All Sharepoint Sites Module

Tag: ShowSites

The ShowSites function automates the process of accessing the data of selected sites.

image2022-10-26_18-7-23.png

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.

image2024-12-5_17-49-57.png

Example Script

XML
<ytriaAutomation>

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

</ytriaAutomation>