IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_permission_options_can_download Property

If the user can read file content or download the item or from the item.

Syntax

def get_create_permission_options_can_download() -> bool: ...
def set_create_permission_options_can_download(value: bool) -> None: ...

create_permission_options_can_download = property(get_create_permission_options_can_download, set_create_permission_options_can_download)

Default Value

TRUE

Remarks

If the user can read file content or download the item or from the item.

This property defines whether the user can download or read from the item. To modify this property see update_permission.

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