IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

permissionCanUpload (property)

Whether the user can upload files to the item.

Syntax

- (BOOL)permissionCanUpload:(int)permissionIndex;
- (void)setPermissionCanUpload:(int)permissionIndex:(BOOL)newPermissionCanUpload;
public func permissionCanUpload(permissionIndex: Int32) throws -> Bool
public func setPermissionCanUpload(permissionIndex: Int32, newPermissionCanUpload: Bool) throws -> Void

Default Value

FALSE

Remarks

Whether the user can upload files to the item.

This property defines whether the user can upload files to the item. 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]