IPWorks Cloud 2020 Python Edition

Questions / Feedback?

list_permissions Method

Lists the permissions of a folder.

Syntax

def list_permissions(folder_id: str) -> None: ...

Remarks

The method will list the permissions of a folder defined by the FolderId parameter. Calling this method will fire the on_permission_list event once for each permission, and will also populate the Permission* properties.

string FolderId = shareFile.Items[0].Id;
shareFile.ListPermissions(FolderId);

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]