DBSHARINGVisibilityTag
Objective-C
enum DBSHARINGVisibilityTag : NSInteger {}
Swift
@frozen enum DBSHARINGVisibilityTag : Int, @unchecked Sendable
The DBSHARINGVisibilityTag enum type represents the possible tag states
with which the DBSHARINGVisibility union can exist.
-
Anyone who has received the link can access it. No login required.
Declaration
Objective-C
DBSHARINGVisibilityPublicSwift
case `public` = 0 -
Only members of the same team can access the link. Login is required.
Declaration
Objective-C
DBSHARINGVisibilityTeamOnlySwift
case teamOnly = 1 -
A link-specific password is required to access the link. Login is not required.
Declaration
Objective-C
DBSHARINGVisibilityPasswordSwift
case password = 2 -
Only members of the same team who have the link-specific password can access the link.
Declaration
Objective-C
DBSHARINGVisibilityTeamAndPasswordSwift
case teamAndPassword = 3 -
Only members of the shared folder containing the linked file can access the link. Login is required.
Declaration
Objective-C
DBSHARINGVisibilitySharedFolderOnlySwift
case sharedFolderOnly = 4 -
(no description).
Declaration
Objective-C
DBSHARINGVisibilityOtherSwift
case other = 5
View on GitHub
DBSHARINGVisibilityTag Enumeration Reference