IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

permissionCanView (property)

If the user can view items from the item.

Syntax

- (BOOL)permissionCanView:(int)permissionIndex;
- (void)setPermissionCanView:(int)permissionIndex:(BOOL)newPermissionCanView;
public func permissionCanView(permissionIndex: Int32) throws -> Bool
public func setPermissionCanView(permissionIndex: Int32, newPermissionCanView: Bool) throws -> Void

Default Value

TRUE

Remarks

If the user can view items from the item.

This property defines whether the user can view items from this 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]