DBSHARINGFolderActionTag
Objective-C
enum DBSHARINGFolderActionTag : NSInteger {}
Swift
@frozen enum DBSHARINGFolderActionTag : Int, @unchecked Sendable
The DBSHARINGFolderActionTag
enum type represents the possible tag states
with which the DBSHARINGFolderAction
union can exist.
-
Change folder options, such as who can be invited to join the folder.
Declaration
Objective-C
DBSHARINGFolderActionChangeOptions
Swift
case changeOptions = 0
-
Disable viewer information for this folder.
Declaration
Objective-C
DBSHARINGFolderActionDisableViewerInfo
Swift
case disableViewerInfo = 1
-
Change or edit contents of the folder.
Declaration
Objective-C
DBSHARINGFolderActionEditContents
Swift
case editContents = 2
-
Enable viewer information on the folder.
Declaration
Objective-C
DBSHARINGFolderActionEnableViewerInfo
Swift
case enableViewerInfo = 3
-
Invite a user or group to join the folder with read and write permission.
Declaration
Objective-C
DBSHARINGFolderActionInviteEditor
Swift
case inviteEditor = 4
-
Invite a user or group to join the folder with read permission.
Declaration
Objective-C
DBSHARINGFolderActionInviteViewer
Swift
case inviteViewer = 5
-
Invite a user or group to join the folder with read permission but no comment permissions.
Declaration
Objective-C
DBSHARINGFolderActionInviteViewerNoComment
Swift
case inviteViewerNoComment = 6
-
Relinquish one’s own membership in the folder.
Declaration
Objective-C
DBSHARINGFolderActionRelinquishMembership
Swift
case relinquishMembership = 7
-
Unmount the folder.
Declaration
Objective-C
DBSHARINGFolderActionUnmount
Swift
case unmount = 8
-
Stop sharing this folder.
Declaration
Objective-C
DBSHARINGFolderActionUnshare
Swift
case unshare = 9
-
Keep a copy of the contents upon leaving or being kicked from the folder.
Declaration
Objective-C
DBSHARINGFolderActionLeaveACopy
Swift
case leaveACopy = 10
-
Use create_link instead.
Declaration
Objective-C
DBSHARINGFolderActionShareLink
Swift
case shareLink = 11
-
Create a shared link for folder.
Declaration
Objective-C
DBSHARINGFolderActionCreateLink
Swift
case createLink = 12
-
Set whether the folder inherits permissions from its parent.
Declaration
Objective-C
DBSHARINGFolderActionSetAccessInheritance
Swift
case setAccessInheritance = 13
-
(no description).
Declaration
Objective-C
DBSHARINGFolderActionOther
Swift
case other = 14