ShowMyDataDrive: Open OneDrive Files Module for Signed-in User

ShowMyDataDrive launches the OneDrive Files module for the signed-in user.

image2022-10-27_15-20-46.png

Tag Attributes

Attributes

Attribute Values

Comment

KeepAlive

True / False

Defaults to True

FrameId

Unique identifier of the frame

Reuse the frame if it exists already, create a new one if it doesn’t.

AllDrives

True / False

Defaults to False

By default, only the main drive is loaded for selected users.
If you wish to load all their drives, use this attribute.

Search


(Experimental) Search criteria string as allowed in graph API request.
e.g.: .xlsx OR .png

Filter


(Experimental) Post filtering string. For now, only filtering on file extensions is available.
This string can contain the extensions (with the leading point) to keep, separated by a semicolon.
e.g.: .xlsx;.png

Example Script

XML
<ytriaAutomation>
	<ShowMyDataDrive AllDrives="True"/>
</ytriaAutomation>