SharedLinkVisibility Property

The visibility of the link.

Syntax

int GetSharedLinkVisibility(int iSharedLinkIndex);

Possible Values

LV_PUBLIC(0), 
LV_TEAM_ONLY(1),
LV_PASSWORD(2),
LV_TEAM_AND_PASSWORD(3),
LV_SHARED_FOLDER_ONLY(4)

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 Qt Edition - Version 20.0 [Build 8265]