Dropbox .NET SDK
Show / Hide Table of Contents

Class MemberAccess

Specify access type a member should have when joined to a group.

Inheritance
object
MemberAccess
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 MemberAccess

Constructors

View Source

MemberAccess(UserSelectorArg, GroupAccessType)

Initializes a new instance of the MemberAccess class.

Declaration
public MemberAccess(UserSelectorArg user, GroupAccessType accessType)
Parameters
Type Name Description
UserSelectorArg user

Identity of a user.

GroupAccessType accessType

Access type.

Properties

View Source

AccessType

Access type.

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

User

Identity of a user.

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