SelectedShowDriveItemsUsers: Show Drive Items for Users
SelectedShowDriveItemsUsers show drive items for the selected users.
Tag Attributes
Attributes | Attribute Values | Comment |
---|---|---|
AllDrives | TRUE / FALSE | Defaults to FALSE |
NewFrame | TRUE / FALSE | Defaults to FALSE |
KeepAlive | TRUE / FALSE | Defaults to the same value as NewFrame |
FrameId | Unique identifier of the frame | Reuse the frame if it exists already, create a new one if it doesn’t. |
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
<ytriaAutomation>
<SelectedShowDriveItemsUsers NewFrame="True" AllDrives="True"/>
</ytriaAutomation>