IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_permission_options_can_delete Property

If the user can delete the item or from the item.

Syntax

def get_create_permission_options_can_delete() -> bool: ...
def set_create_permission_options_can_delete(value: bool) -> None: ...

create_permission_options_can_delete = property(get_create_permission_options_can_delete, set_create_permission_options_can_delete)

Default Value

FALSE

Remarks

If the user can delete the item or from the item.

This property defines whether the user can remove items 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]