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
DBTEAMPOLICIESPaperDefaultFolderPolicyEveryoneInTeamSwift
case everyoneInTeam = 0 - 
                  
                  
Invite only will be the default option when creating a folder in Paper.
Declaration
Objective-C
DBTEAMPOLICIESPaperDefaultFolderPolicyInviteOnlySwift
case inviteOnly = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPaperDefaultFolderPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMPOLICIESPaperDefaultFolderPolicyTag Enumeration Reference