IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

createPermissionOptionsNotifyOnUpload (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=createPermissionOptionsNotifyOnUpload,setter=setCreatePermissionOptionsNotifyOnUpload:) BOOL createPermissionOptionsNotifyOnUpload;
- (BOOL)createPermissionOptionsNotifyOnUpload;
- (void)setCreatePermissionOptionsNotifyOnUpload:(BOOL)newCreatePermissionOptionsNotifyOnUpload;
public var createPermissionOptionsNotifyOnUpload: Bool {
  get {...}
set {...} }

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.

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