IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

permissionNotifyOnDownload (property)

If the user is notified when the an item is downloaded from the folder.

Syntax

- (BOOL)permissionNotifyOnDownload:(int)permissionIndex;
- (void)setPermissionNotifyOnDownload:(int)permissionIndex:(BOOL)newPermissionNotifyOnDownload;
public func permissionNotifyOnDownload(permissionIndex: Int32) throws -> Bool
public func setPermissionNotifyOnDownload(permissionIndex: Int32, newPermissionNotifyOnDownload: Bool) throws -> Void

Default Value

FALSE

Remarks

If the user is notified when the an item is downloaded from the folder.

This property specifies if the user will be notified if an item is downloaded from the folder. To modify this property see UpdatePermission.

The PermissionIndex parameter specifies the index of the item in the array. The size of the array is controlled by the PermissionCount property.

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