GroupType

public enum GroupType : CustomStringConvertible, JSONRepresentable

The group type determines how a group is created and managed.

  • A group to which team members are automatically added. Applicable to team folders https://www.dropbox.com/help/986 only.

    Declaration

    Swift

    case team
  • A group is created and managed by a user.

    Declaration

    Swift

    case userManaged
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }