Dropbox .NET SDK
Show / Hide Table of Contents

Class GroupAccessType

Role of a user in group.

Inheritance
object
GroupAccessType
GroupAccessType.Member
GroupAccessType.Owner
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 GroupAccessType

Constructors

View Source

GroupAccessType()

Initializes a new instance of the GroupAccessType class.

Declaration
public GroupAccessType()

Properties

View Source

AsMember

Gets this instance as a Member, or null.

Declaration
public GroupAccessType.Member AsMember { get; }
Property Value
Type Description
GroupAccessType.Member
View Source

AsOwner

Gets this instance as a Owner, or null.

Declaration
public GroupAccessType.Owner AsOwner { get; }
Property Value
Type Description
GroupAccessType.Owner
View Source

IsMember

Gets a value indicating whether this instance is Member

Declaration
public bool IsMember { get; }
Property Value
Type Description
bool
View Source

IsOwner

Gets a value indicating whether this instance is Owner

Declaration
public bool IsOwner { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK