IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_link_options_max_downloads Property

The maximum downloads for a link.

Syntax

def get_create_link_options_max_downloads() -> int: ...
def set_create_link_options_max_downloads(value: int) -> None: ...

create_link_options_max_downloads = property(get_create_link_options_max_downloads, set_create_link_options_max_downloads)

Default Value

-1

Remarks

The maximum downloads for a link.

The property specifies the number of downloads for a link. "-1" indicates an unlimited number of downloads. The field is always "-1" if the type is request. To modify this property see update_link.

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