Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupMemberInfo

Profile of group member, and role in group.

Inheritance
object
GroupMemberInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupMemberInfo

Constructors

View Source

GroupMemberInfo(MemberProfile, GroupAccessType)

Initializes a new instance of the GroupMemberInfo class.

Declaration
public GroupMemberInfo(MemberProfile profile, GroupAccessType accessType)
Parameters
Type Name Description
MemberProfile profile

Profile of group member.

GroupAccessType accessType

The role that the user has in the group.

Properties

View Source

AccessType

The role that the user has in the group.

Declaration
public GroupAccessType AccessType { get; protected set; }
Property Value
Type Description
GroupAccessType
View Source

Profile

Profile of group member.

Declaration
public MemberProfile Profile { get; protected set; }
Property Value
Type Description
MemberProfile
  • View Source
In this article
Back to top Dropbox .NET SDK