IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

CreateLinkOptionsMaxDownloads Property

The maximum downloads for a link.

Object Oriented Interface

public function getCreateLinkOptionsMaxDownloads();
public function setCreateLinkOptionsMaxDownloads($value);

Procedural Interface

ipworkscloud_sharefile_get($res, 8 );
ipworkscloud_sharefile_set($res, 8, $value );

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 UpdateLink.

This property is not available at design time.

Data Type

Integer

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