IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_link_options_notify_on_access Property

If the creator is notified when a user accesses the link.

Syntax

def get_create_link_options_notify_on_access() -> bool: ...
def set_create_link_options_notify_on_access(value: bool) -> None: ...

create_link_options_notify_on_access = property(get_create_link_options_notify_on_access, set_create_link_options_notify_on_access)

Default Value

FALSE

Remarks

If the creator is notified when a user accesses the link.

This property if the creator of the link will be notified when a user accesses the link. Note: When creating the link this property will not be populated until a subsequent call to get_link_info or list_links.

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