DBTEAMPOLICIESPaperDefaultFolderPolicyTag
Objective-C
enum DBTEAMPOLICIESPaperDefaultFolderPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESPaperDefaultFolderPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESPaperDefaultFolderPolicyTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESPaperDefaultFolderPolicy
union can exist.
-
Everyone in team will be the default option when creating a folder in Paper.
Declaration
Objective-C
DBTEAMPOLICIESPaperDefaultFolderPolicyEveryoneInTeam
Swift
case everyoneInTeam = 0
-
Invite only will be the default option when creating a folder in Paper.
Declaration
Objective-C
DBTEAMPOLICIESPaperDefaultFolderPolicyInviteOnly
Swift
case inviteOnly = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPaperDefaultFolderPolicyOther
Swift
case other = 2