IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

permissionAllowFileDiscovery (property)

Whether the permission allows the file or folder to be discovered through search.

Syntax

- (BOOL)permissionAllowFileDiscovery:(int)permissionIndex;
- (void)setPermissionAllowFileDiscovery:(int)permissionIndex:(BOOL)newPermissionAllowFileDiscovery;
public func permissionAllowFileDiscovery(permissionIndex: Int32) throws -> Bool
public func setPermissionAllowFileDiscovery(permissionIndex: Int32, newPermissionAllowFileDiscovery: Bool) throws -> Void

Default Value

FALSE

Remarks

Whether the permission allows the file or folder to be discovered through search.

This property indicates whether the permission allows the file or folder to which it applies to be discovered through search.

This property is only applicable if the permission's PermissionType is set to 2 (ptDomain) or 3 (ptAnyone).

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]