Tag: SelectedViewPermissions
The SelectedViewPermissions function automates the viewing of permissions for selected Drive items in the grid.
<SelectedViewPermissions/>
Tag Attributes (all optional)
|
Attributes |
Attribute Value |
Value Description |
|---|---|---|
|
ExcludeRoot |
TRUE/FALSE (Defaults to TRUE) |
If TRUE, permissions inherited from the root folder are not included. Note: For User or Personal Site drives, as no permission are inherited, this relates to the ‘owner’ permissions. |
|
ExcludeShareTypes |
Semi-colon separated share types to exclude |
'users', ‘anonymous’, ‘organization, 'direct’ |
|
ExcludeRoles |
Semi-colons separated roles to exclude |
‘owner’, ‘read’, ‘write’, ‘canReview’, ‘restrictedView’ |
|
ExcludeTargets |
Semi-colons separated target types to exclude |
‘user’, ‘group’, ‘siteUser’, ‘siteGroup’, ‘application’, ‘device’ |
|
TargetNameFilter |
Comparison operator name to be used for Target Name filtering |
‘equals’, ‘startsWith’, ‘endsWith’, ‘contains’ |
|
TargetNameValues |
Semi-colon separated Target Name filter values |
Case insensitive values. |
|
Explode |
TRUE / FALSE (Defaults to FALSE) |
Explode multi-values after load |
|
SwitchToFlat |
TRUE / FALSE (Defaults to FALSE) |
Switch grid display to Flat View after load. |
|
KeepAlive |
TRUE (keeps dialog open) / FALSE - Defaults to FALSE |
If TRUE, opens the option dialog but don’t proceed automatically. |
Example Script
<ShowUsers>
<Select lines="All"/>
<SelectedShowDriveItemsUsers>
<Select lines="All"/>
<SelectedViewPermissions/>
</SelectedShowDriveItemsUsers>
</ShowUsers>