Show / Hide Table of Contents

Class GroupAccessType

Role of a user in group.

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

Constructors

| Improve this Doc View Source

GroupAccessType()

Initializes a new instance of the GroupAccessType class.

Declaration
public GroupAccessType()

Properties

| Improve this Doc View Source

AsMember

Gets this instance as a Member, or null.

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

AsOwner

Gets this instance as a Owner, or null.

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

IsMember

Gets a value indicating whether this instance is Member

Declaration
public bool IsMember { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOwner

Gets a value indicating whether this instance is Owner

Declaration
public bool IsOwner { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupAccessType()
  • Properties
    • AsMember
    • AsOwner
    • IsMember
    • IsOwner
Back to top Generated by DocFX