DBSHARINGLinkActionTag
Objective-C
enum DBSHARINGLinkActionTag : NSInteger {}
                Swift
@frozen enum DBSHARINGLinkActionTag : Int, @unchecked Sendable
                The DBSHARINGLinkActionTag enum type represents the possible tag states
with which the DBSHARINGLinkAction union can exist.
- 
                  
                  
Change the access level of the link.
Declaration
Objective-C
DBSHARINGLinkActionChangeAccessLevelSwift
case changeAccessLevel = 0 - 
                  
                  
Change the audience of the link.
Declaration
Objective-C
DBSHARINGLinkActionChangeAudienceSwift
case changeAudience = 1 - 
                  
                  
Remove the expiry date of the link.
Declaration
Objective-C
DBSHARINGLinkActionRemoveExpirySwift
case removeExpiry = 2 - 
                  
                  
Remove the password of the link.
Declaration
Objective-C
DBSHARINGLinkActionRemovePasswordSwift
case removePassword = 3 - 
                  
                  
Create or modify the expiry date of the link.
Declaration
Objective-C
DBSHARINGLinkActionSetExpirySwift
case setExpiry = 4 - 
                  
                  
Create or modify the password of the link.
Declaration
Objective-C
DBSHARINGLinkActionSetPasswordSwift
case setPassword = 5 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGLinkActionOtherSwift
case other = 6 
View on GitHub
        DBSHARINGLinkActionTag Enumeration Reference