SelectedShowDriveItemsUsers: Show Drive Items for Users
SelectedShowDriveItemsUsers show drive items for the selected users.
Tag Attributes
Attributes | Attribute Values | Value Description |
---|---|---|
AllDrives | TRUE / FALSE - Defaults to FALSE | By default, only the main drive is loaded for selected users. |
NewFrame | TRUE / FALSE - Defaults to FALSE | By default, the loaded data is shown in the same window. If you wish to show the data in a new window, use this attribute. |
KeepAlive | TRUE / FALSE - Defaults to FALSE | By default, the automation closes each window so that the script is executed without human intervention. If you wish to keep a window open, 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
<ytriaAutomation>
<SelectedShowDriveItemsUsers NewFrame="True" AllDrives="True"/>
</ytriaAutomation>