IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

sharedLinkVisibility (property)

The visibility of the link.

Syntax

- (int)sharedLinkVisibility:(int)sharedLinkIndex;

/* Possible Values */
LV_PUBLIC(0),
LV_TEAM_ONLY(1),
LV_PASSWORD(2),
LV_TEAM_AND_PASSWORD(3),
LV_SHARED_FOLDER_ONLY(4)
public func sharedLinkVisibility(sharedLinkIndex: Int32) throws -> DropboxSharedLinkVisibilities
public enum DropboxSharedLinkVisibilities : Int32 { case lvPublic = 0 case lvTeamOnly = 1 case lvPassword = 2 case lvTeamAndPassword = 3 case lvSharedFolderOnly = 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.

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