IPWorks Cloud 2020 Python Edition

Questions / Feedback?

shared_link_visibility Property

The visibility of the link.

Syntax

def get_shared_link_visibility(shared_link_index: int) -> int: ...

Default Value

0

Remarks

The visibility of the link.

This property reflects the visibility of the link. Possible values are:

0 (lvPublic) Anyone with the link can access the linked resource.
1 (lvTeamOnly) Only members of the same team with the link can access the linked resource. (Only applicable to Dropbox Business.)
2 (lvPassword) Anyone with the link and the link's password can access the linked resource.
3 (lvTeamAndPassword) Only members of the same team with the link and the link's password can access the linked resource. (Only applicable to Dropbox Business.)
4 (lvSharedFolderOnly) Only members (with the link) of the shared folder containing the linked resource can access it.

The shared_link_index parameter specifies the index of the item in the array. The size of the array is controlled by the shared_link_count property.

This property is read-only.

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