IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

PermissionAllowFileDiscovery Property

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

Syntax

__property bool PermissionAllowFileDiscovery[int PermissionIndex] = { read=FPermissionAllowFileDiscovery, write=FSetPermissionAllowFileDiscovery };

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.

This property is not available at design time.

Data Type

Boolean

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