IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_permission_options_can_view Property

If the user can view items from the item.

Syntax

def get_create_permission_options_can_view() -> bool: ...
def set_create_permission_options_can_view(value: bool) -> None: ...

create_permission_options_can_view = property(get_create_permission_options_can_view, set_create_permission_options_can_view)

Default Value

TRUE

Remarks

If the user can view items from the item.

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