DBPAPERFolderSharingPolicyTypeTag

Objective-C

enum DBPAPERFolderSharingPolicyTypeTag : NSInteger {}

Swift

@frozen enum DBPAPERFolderSharingPolicyTypeTag : Int, @unchecked Sendable

The DBPAPERFolderSharingPolicyTypeTag enum type represents the possible tag states with which the DBPAPERFolderSharingPolicyType union can exist.

  • Everyone in your team and anyone directly invited can access this folder.

    Declaration

    Objective-C

    DBPAPERFolderSharingPolicyTypeTeam

    Swift

    case team = 0
  • Only people directly invited can access this folder.

    Declaration

    Objective-C

    DBPAPERFolderSharingPolicyTypeInviteOnly

    Swift

    case inviteOnly = 1