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
DBSHARINGFolderActionChangeOptionsSwift
case changeOptions = 0 -
Disable viewer information for this folder.
Declaration
Objective-C
DBSHARINGFolderActionDisableViewerInfoSwift
case disableViewerInfo = 1 -
Change or edit contents of the folder.
Declaration
Objective-C
DBSHARINGFolderActionEditContentsSwift
case editContents = 2 -
Enable viewer information on the folder.
Declaration
Objective-C
DBSHARINGFolderActionEnableViewerInfoSwift
case enableViewerInfo = 3 -
Invite a user or group to join the folder with read and write permission.
Declaration
Objective-C
DBSHARINGFolderActionInviteEditorSwift
case inviteEditor = 4 -
Invite a user or group to join the folder with read permission.
Declaration
Objective-C
DBSHARINGFolderActionInviteViewerSwift
case inviteViewer = 5 -
Invite a user or group to join the folder with read permission but no comment permissions.
Declaration
Objective-C
DBSHARINGFolderActionInviteViewerNoCommentSwift
case inviteViewerNoComment = 6 -
Relinquish one’s own membership in the folder.
Declaration
Objective-C
DBSHARINGFolderActionRelinquishMembershipSwift
case relinquishMembership = 7 -
Unmount the folder.
Declaration
Objective-C
DBSHARINGFolderActionUnmountSwift
case unmount = 8 -
Stop sharing this folder.
Declaration
Objective-C
DBSHARINGFolderActionUnshareSwift
case unshare = 9 -
Keep a copy of the contents upon leaving or being kicked from the folder.
Declaration
Objective-C
DBSHARINGFolderActionLeaveACopySwift
case leaveACopy = 10 -
Use create_link instead.
Declaration
Objective-C
DBSHARINGFolderActionShareLinkSwift
case shareLink = 11 -
Create a shared link for folder.
Declaration
Objective-C
DBSHARINGFolderActionCreateLinkSwift
case createLink = 12 -
Set whether the folder inherits permissions from its parent.
Declaration
Objective-C
DBSHARINGFolderActionSetAccessInheritanceSwift
case setAccessInheritance = 13 -
(no description).
Declaration
Objective-C
DBSHARINGFolderActionOtherSwift
case other = 14
View on GitHub
DBSHARINGFolderActionTag Enumeration Reference