GroupInfo

public class GroupInfo : TeamCommon.GroupSummary

The information about a group. Groups is a way to manage a list of users who need same access permission to the shared folder.

  • The type of group.

    Declaration

    Swift

    public let groupType: TeamCommon.GroupType
  • If the current user is a member of the group.

    Declaration

    Swift

    public let isMember: Bool
  • If the current user is an owner of the group.

    Declaration

    Swift

    public let isOwner: Bool
  • If the group is owned by the current user’s team.

    Declaration

    Swift

    public let sameTeam: Bool