IPWorks Cloud 2020 Python Edition

Questions / Feedback?

permission_allow_file_discovery Property

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

Syntax

def get_permission_allow_file_discovery(permission_index: int) -> bool: ...
def set_permission_allow_file_discovery(permission_index: int, value: bool) -> None: ...

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 permission_type is set to 2 (ptDomain) or 3 (ptAnyone).

The permission_index parameter specifies the index of the item in the array. The size of the array is controlled by the permission_count property.

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