UiPath Documentation
activities
latest
false
Productivity activities

GetItemPermissions

Retrieves the list of permissions for the specified file or folder.

Retrieves the list of permissions for the specified file or folder.

Namespace: UiPath.GSuite.Activities.API

Assembly: UiPath.GSuite.Activities.API (in UiPath.GSuite.Activities.API.dll)

Syntax

IReadOnlyCollection<GDriveItemPermission> GetItemPermissions(
	IDriveItem item,
	bool useDomainAdminAccess = false
)
IReadOnlyCollection<GDriveItemPermission> GetItemPermissions(
	IDriveItem item,
	bool useDomainAdminAccess = false
)

Parameters

item IDriveItem : The file or folder to get permissions for.

useDomainAdminAccess Boolean (Optional) : Specifies whether to issue the request as a domain administrator.

Return value

IReadOnlyCollection<GDriveItemPermission> - The list of permissions for the specified item.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated