IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_permission_options_notify_on_upload Property

If the user is notified when the an item is uploaded to the folder.

Syntax

def get_create_permission_options_notify_on_upload() -> bool: ...
def set_create_permission_options_notify_on_upload(value: bool) -> None: ...

create_permission_options_notify_on_upload = property(get_create_permission_options_notify_on_upload, set_create_permission_options_notify_on_upload)

Default Value

FALSE

Remarks

If the user is notified when the an item is uploaded to the folder.

This property specifies if the user will be notified if an item is uploaded to 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]