DBSHARINGLinkPasswordTag
Objective-C
enum DBSHARINGLinkPasswordTag : NSInteger {}
Swift
@frozen enum DBSHARINGLinkPasswordTag : Int, @unchecked Sendable
The DBSHARINGLinkPasswordTag
enum type represents the possible tag states
with which the DBSHARINGLinkPassword
union can exist.
-
Remove the currently set password for the link.
Declaration
Objective-C
DBSHARINGLinkPasswordRemovePassword
Swift
case removePassword = 0
-
Set a new password or change an existing password.
Declaration
Objective-C
DBSHARINGLinkPasswordSetPassword
Swift
case setPassword = 1
-
(no description).
Declaration
Objective-C
DBSHARINGLinkPasswordOther
Swift
case other = 2