IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_permission_options_notify_on_download Property

If the user is notified when the an item is downloaded from the folder.

Syntax

def get_create_permission_options_notify_on_download() -> bool: ...
def set_create_permission_options_notify_on_download(value: bool) -> None: ...

create_permission_options_notify_on_download = property(get_create_permission_options_notify_on_download, set_create_permission_options_notify_on_download)

Default Value

FALSE

Remarks

If the user is notified when the an item is downloaded from the folder.

This property specifies if the user will be notified if an item is downloaded from the folder. 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]