IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

permissionNotifyOnUpload (property)

If the user is notified when the an item is uploaded to the folder.

Syntax

- (BOOL)permissionNotifyOnUpload:(int)permissionIndex;
- (void)setPermissionNotifyOnUpload:(int)permissionIndex:(BOOL)newPermissionNotifyOnUpload;
public func permissionNotifyOnUpload(permissionIndex: Int32) throws -> Bool
public func setPermissionNotifyOnUpload(permissionIndex: Int32, newPermissionNotifyOnUpload: Bool) throws -> Void

Default Value

FALSE

Remarks

If the user is notified when the an item is uploaded to the folder.

This property specifies if the user will be notified if an item is uploaded to 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]