IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

SharedLinkVisibility Property

The visibility of the link.

Object Oriented Interface

public function getSharedLinkVisibility($sharedlinkindex);

Procedural Interface

ipworkscloud_dropbox_get($res, 76 , $sharedlinkindex);

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 $sharedlinkindex parameter specifies the index of the item in the array. The size of the array is controlled by the SharedLinkCount property.

This property is read-only and not available at design time.

Data Type

Integer

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