IPWorks Cloud 2020 Python Edition

Questions / Feedback?

link_is_view_only Property

If the share items can only be viewed.

Syntax

def get_link_is_view_only(link_index: int) -> bool: ...
def set_link_is_view_only(link_index: int, value: bool) -> None: ...

Default Value

FALSE

Remarks

If the share items can only be viewed.

If true, the share items can only be viewed but not downloaded. Requires account preference EnableViewOnly to work. This feature can be enabled for Enterprise accounts by request.

The link_index parameter specifies the index of the item in the array. The size of the array is controlled by the link_count property.

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