IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

createLinkOptionsMaxDownloads (property)

The maximum downloads for a link.

Syntax

@property (nonatomic,readwrite,assign,getter=createLinkOptionsMaxDownloads,setter=setCreateLinkOptionsMaxDownloads:) int createLinkOptionsMaxDownloads;
- (int)createLinkOptionsMaxDownloads;
- (void)setCreateLinkOptionsMaxDownloads:(int)newCreateLinkOptionsMaxDownloads;
public var createLinkOptionsMaxDownloads: Int32 {
  get {...}
set {...} }

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.

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