IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_link_options_is_view_only Property

If the share items can only be viewed.

Syntax

def get_create_link_options_is_view_only() -> bool: ...
def set_create_link_options_is_view_only(value: bool) -> None: ...

create_link_options_is_view_only = property(get_create_link_options_is_view_only, set_create_link_options_is_view_only)

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.

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