SelectedShowDriveItemsGroups show drive items for the selected groups.
Tag Attributes
|
Attributes |
Attribute Values |
Value Description |
|---|---|---|
|
AllDrives |
TRUE / FALSE - Defaults to FALSE |
By default, only the main drive is loaded for selected groups.
|
|
DriveIds |
Semi-colon separated list of specific drive ids (or names) to load |
Do not specify AllDrives parameter in this case. |
|
OnlyTopLevel |
TRUE / FALSE |
Defaults to FALSE
|
|
NewFrame |
TRUE / FALSE - Defaults to FALSE |
By default, the loaded data is shown in the same window.
|
|
KeepAlive |
TRUE / FALSE - Defaults to FALSE |
By default, the automation closes each window so that the script is executed without human intervention.
|
|
Search |
|
(Experimental) Search criteria string as allowed in graph API request.
|
|
Filter |
|
(Experimental) Post filtering string. For now, only filtering on file extensions is available.
|
Example Script
<ytriaAutomation>
<SelectedShowDriveItemsGroups NewFrame="True" AllDrives="True"/>
</ytriaAutomation>