Class GroupAccessType
Role of a user in group.
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 SourceGroupAccessType()
Initializes a new instance of the GroupAccessType class.
Declaration
public GroupAccessType()
Properties
| Improve this Doc View SourceAsMember
Gets this instance as a Member, or null
.
Declaration
public GroupAccessType.Member AsMember { get; }
Property Value
Type | Description |
---|---|
GroupAccessType.Member |
AsOwner
Gets this instance as a Owner, or null
.
Declaration
public GroupAccessType.Owner AsOwner { get; }
Property Value
Type | Description |
---|---|
GroupAccessType.Owner |
IsMember
Gets a value indicating whether this instance is Member
Declaration
public bool IsMember { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOwner
Gets a value indicating whether this instance is Owner
Declaration
public bool IsOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |