Show / Hide Table of Contents

Class GroupMemberInfo

Profile of group member, and role in group.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

AccessType

The role that the user has in the group.

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

Profile

Profile of group member.

Declaration
public MemberProfile Profile { get; protected set; }
Property Value
Type Description
MemberProfile
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupMemberInfo(MemberProfile, GroupAccessType)
  • Properties
    • AccessType
    • Profile
Back to top Generated by DocFX