IPWorks Cloud 2020 Python Edition

Questions / Feedback?

list_link_items Method

Lists the files and folders of a link.

Syntax

def list_link_items(link_id: str) -> None: ...

Remarks

Lists the items contained within the link. Calling this method will fire the on_item_list event once for each item, and will also populate the Item* properties (clearing any previously-held items in the process).

The items listed are not listed recursively. To get the items contained within folder items, further calls can be done using the list_items method.

string linkId = shareFile.Links[0].Id;
shareFile.ListLinkItems(linkId);

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